| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| index d526ffa3783c127f928b1c438b5aa5250e65374f..91353e5107b8057bccc7fbe6120634a9d6b9c1f1 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| @@ -25,7 +25,7 @@ public:
|
| CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| static TestInterfaceConstructor3* toImpl(v8::Local<v8::Object> object)
|
| {
|
| - return blink::toScriptWrappable(object)->toImpl<TestInterfaceConstructor3>();
|
| + return toScriptWrappable(object)->toImpl<TestInterfaceConstructor3>();
|
| }
|
| CORE_EXPORT static TestInterfaceConstructor3* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
|
|