diff options
author | Gregory Terzian <gterzian@users.noreply.github.com> | 2019-09-01 03:18:42 +0800 |
---|---|---|
committer | Gregory Terzian <gterzian@users.noreply.github.com> | 2019-12-11 22:46:50 +0800 |
commit | 6e8a85482c2068d4dbccb992954271f725570f91 (patch) | |
tree | b30f6d82a018df0b196fa4d47d3b6667d708313e /components/script/dom/history.rs | |
parent | 7aa68c8fe7ca0865a7323ab1e5b9526efa588ca2 (diff) | |
download | servo-6e8a85482c2068d4dbccb992954271f725570f91.tar.gz servo-6e8a85482c2068d4dbccb992954271f725570f91.zip |
re-structure blob, structured serialization
Diffstat (limited to 'components/script/dom/history.rs')
-rw-r--r-- | components/script/dom/history.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/history.rs b/components/script/dom/history.rs index c02cdb42472..ef7a6fbe916 100644 --- a/components/script/dom/history.rs +++ b/components/script/dom/history.rs @@ -119,6 +119,7 @@ impl History { let data = StructuredSerializedData { serialized: data, ports: None, + blobs: None, }; let global_scope = self.window.upcast::<GlobalScope>(); rooted!(in(*global_scope.get_cx()) let mut state = UndefinedValue()); |