Index: Source/bindings/tests/results/V8TestTypedefs.cpp |
diff --git a/Source/bindings/tests/results/V8TestTypedefs.cpp b/Source/bindings/tests/results/V8TestTypedefs.cpp |
index 09401af46aedbf0e6d5dca6e406ed739d36374ed..ab08f732aad235b82b9a063b484d79927bdee3f3 100644 |
--- a/Source/bindings/tests/results/V8TestTypedefs.cpp |
+++ b/Source/bindings/tests/results/V8TestTypedefs.cpp |
@@ -22,7 +22,7 @@ |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
static void initializeScriptWrappableForInterface(TestTypedefs* object) |
{ |
@@ -32,14 +32,14 @@ static void initializeScriptWrappableForInterface(TestTypedefs* object) |
ASSERT_NOT_REACHED(); |
} |
-} // namespace WebCore |
+} // namespace blink |
-void webCoreInitializeScriptWrappableForInterface(WebCore::TestTypedefs* object) |
+void webCoreInitializeScriptWrappableForInterface(blink::TestTypedefs* object) |
{ |
- WebCore::initializeScriptWrappableForInterface(object); |
+ blink::initializeScriptWrappableForInterface(object); |
} |
-namespace WebCore { |
+namespace blink { |
const WrapperTypeInfo V8TestTypedefs::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestTypedefs::domTemplate, V8TestTypedefs::derefObject, 0, 0, 0, V8TestTypedefs::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
namespace TestTypedefsV8Internal { |
@@ -391,4 +391,4 @@ v8::Handle<v8::Value> toV8NoInline(TestTypedefs* impl, v8::Handle<v8::Object> cr |
return toV8(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |