Index: Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
index 2b35128815b3242c44c9f0c2dd098cf9ab4fdc8f..651bb6f1b8b542c5a1b0509d09341a0b3ff0e680 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
@@ -21,7 +21,7 @@ |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
static void initializeScriptWrappableForInterface(TestInterfaceConstructor2* object) |
{ |
@@ -31,14 +31,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceConstructor2* obj |
ASSERT_NOT_REACHED(); |
} |
-} // namespace WebCore |
+} // namespace blink |
-void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceConstructor2* object) |
+void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceConstructor2* object) |
{ |
- WebCore::initializeScriptWrappableForInterface(object); |
+ blink::initializeScriptWrappableForInterface(object); |
} |
-namespace WebCore { |
+namespace blink { |
const WrapperTypeInfo V8TestInterfaceConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceConstructor2::domTemplate, V8TestInterfaceConstructor2::derefObject, 0, 0, 0, V8TestInterfaceConstructor2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
namespace TestInterfaceConstructor2V8Internal { |
@@ -264,4 +264,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor2* impl, v8::Handle<v |
return toV8(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |