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