Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp

Issue 2708363003: Remove unused tags from blink::SerializationTag. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/SerializationTag.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
index 68a6afc8a19218f4806cea2fa23a8907a15da54b..44b9806b262ad5815f2642d2961797eb44ba4089 100644
--- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
@@ -319,7 +319,7 @@ v8::MaybeLocal<v8::Object> V8ScriptValueDeserializer::ReadHostObject(
ExceptionState exceptionState(isolate, ExceptionState::UnknownContext,
nullptr, nullptr);
ScriptWrappable* wrappable = nullptr;
- SerializationTag tag = PaddingTag;
+ SerializationTag tag = VersionTag;
if (readTag(&tag))
wrappable = readDOMObject(tag);
if (!wrappable) {
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/SerializationTag.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698