Index: Source/bindings/tests/results/V8TestCustomAccessors.cpp |
diff --git a/Source/bindings/tests/results/V8TestCustomAccessors.cpp b/Source/bindings/tests/results/V8TestCustomAccessors.cpp |
index 2407c3f043da5f69ff1849ceb4e23617aaa9fbd6..32e6fb58530e0955aa9507a46d0035ea9528aa20 100644 |
--- a/Source/bindings/tests/results/V8TestCustomAccessors.cpp |
+++ b/Source/bindings/tests/results/V8TestCustomAccessors.cpp |
@@ -140,7 +140,6 @@ v8::Handle<v8::Object> V8TestCustomAccessors::createWrapper(PassRefPtr<TestCusto |
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; |