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