Index: Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp b/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
index 95443aac806ceec849979aeb2fd752084ff72f0b..b549651e1258ec42c0d1ab23db8956cc643b9af5 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
@@ -18,7 +18,7 @@ |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
static void initializeScriptWrappableForInterface(TestInterfaceEmpty* object) |
{ |
@@ -28,14 +28,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceEmpty* object) |
ASSERT_NOT_REACHED(); |
} |
-} // namespace WebCore |
+} // namespace blink |
-void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEmpty* object) |
+void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceEmpty* object) |
{ |
- WebCore::initializeScriptWrappableForInterface(object); |
+ blink::initializeScriptWrappableForInterface(object); |
} |
-namespace WebCore { |
+namespace blink { |
const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEmpty::domTemplate, V8TestInterfaceEmpty::derefObject, 0, 0, 0, V8TestInterfaceEmpty::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
namespace TestInterfaceEmptyV8Internal { |
@@ -119,4 +119,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceEmpty* impl, v8::Handle<v8::Obje |
return toV8(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |