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