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