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