aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/storage.rs')
-rw-r--r--components/script/dom/storage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/storage.rs b/components/script/dom/storage.rs
index 7e02c2f1ca4..f47b7a15dda 100644
--- a/components/script/dom/storage.rs
+++ b/components/script/dom/storage.rs
@@ -33,7 +33,7 @@ impl Storage {
fn new_inherited(storage_type: StorageType) -> Storage {
Storage {
reflector_: Reflector::new(),
- storage_type: storage_type,
+ storage_type,
}
}