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