| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp | 
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp | 
| index 34e80145e8ce35440e9a75cec52c1fb9073f6e1a..0764a1518734cc8b59d24d1469561c280dc5c089 100644 | 
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp | 
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp | 
| @@ -104,7 +104,7 @@ static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::Functi | 
| RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(*document, stringArg); | 
| v8::Handle<v8::Object> wrapper = info.Holder(); | 
|  | 
| -    V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceNamedConstructor2>(impl.release(), &V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); | 
| +    V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceNamedConstructor2>(impl.release(), &V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Independent); | 
| v8SetReturnValue(info, wrapper); | 
| } | 
|  | 
|  |