Index: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
index d54012c87607c5127e4de56863c5fbae12bd0d55..20d7f5cf858a8eccd4c4e20ba95eafccddb12f9b 100644 |
--- a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
@@ -218,7 +218,6 @@ v8::Handle<v8::Object> V8TestSerializedScriptValueInterface::createWrapper(PassR |
v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &info, impl.get(), isolate); |
if (UNLIKELY(wrapper.IsEmpty())) |
return wrapper; |
- |
installPerContextProperties(wrapper, impl.get(), isolate); |
V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, WrapperConfiguration::Independent); |
return wrapper; |