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 0beda4b7ab18a20240d9bfbb4594e1d1b1198929..5aadd3903d6e43d452f757521489fe1cac652ff3 100644 |
--- a/third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp |
+++ b/third_party/WebKit/Source/platform/bindings/V8PerContextData.cpp |
@@ -136,7 +136,9 @@ |
// Origin Trials |
InstallConditionalFeatures(type, ScriptState::From(current_context), |
prototype_object, interface_object); |
+ |
constructor_map_.Set(type, interface_object); |
+ |
return interface_object; |
} |