Index: third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp |
diff --git a/third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp b/third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp |
index 5aadd3903d6e43d452f757521489fe1cac652ff3..0beda4b7ab18a20240d9bfbb4594e1d1b1198929 100644 |
--- a/third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp |
+++ b/third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp |
@@ -136,9 +136,7 @@ v8::Local<v8::Function> V8PerContextData::ConstructorForTypeSlowCase( |
// Origin Trials |
InstallConditionalFeatures(type, ScriptState::From(current_context), |
prototype_object, interface_object); |
- |
constructor_map_.Set(type, interface_object); |
- |
return interface_object; |
} |