diff options
Diffstat (limited to 'components/script/dom/blob.rs')
-rw-r--r-- | components/script/dom/blob.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs index d8ed5fa1b64..cb61ced9e3a 100644 --- a/components/script/dom/blob.rs +++ b/components/script/dom/blob.rs @@ -164,7 +164,7 @@ impl Blob { } /// Get a copy of the type_string - pub fn get_type_string(&self) -> String { + pub fn type_string(&self) -> String { self.type_string.clone() } |