mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename Document::mut_loader to loader_mut
This commit is contained in:
parent
f3214372bf
commit
da392e3524
3 changed files with 3 additions and 3 deletions
|
@ -415,7 +415,7 @@ impl Document {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
pub fn mut_loader(&self) -> RefMut<DocumentLoader> {
|
||||
pub fn loader_mut(&self) -> RefMut<DocumentLoader> {
|
||||
self.loader.borrow_mut()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue