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