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

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

Issue 2684843005: Inline the V8BasedStructuredClone feature. (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
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 7df19a18d10077179539707924e950fef25a2f01..68a6afc8a19218f4806cea2fa23a8907a15da54b 100644
--- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
@@ -32,7 +32,6 @@ V8ScriptValueDeserializer::V8ScriptValueDeserializer(
m_serializedScriptValue->data(),
m_serializedScriptValue->dataLengthInBytes(),
this) {
- DCHECK(RuntimeEnabledFeatures::v8BasedStructuredCloneEnabled());
m_deserializer.SetSupportsLegacyWireFormat(true);
}

Powered by Google App Engine
This is Rietveld 408576698