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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.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/V8ScriptValueSerializer.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
index d4cfa6b6c776491550b186ba8df31fcb7e47993a..377090f2126a81bf6263e72111cff6873a89157f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
@@ -30,7 +30,6 @@ V8ScriptValueSerializer::V8ScriptValueSerializer(
: m_scriptState(std::move(scriptState)),
m_serializedScriptValue(SerializedScriptValue::create()),
m_serializer(m_scriptState->isolate(), this) {
- DCHECK(RuntimeEnabledFeatures::v8BasedStructuredCloneEnabled());
}
RefPtr<SerializedScriptValue> V8ScriptValueSerializer::serialize(

Powered by Google App Engine
This is Rietveld 408576698