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