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