Index: Source/bindings/tests/results/V8TestInterfaceDocument.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceDocument.cpp b/Source/bindings/tests/results/V8TestInterfaceDocument.cpp |
index 4be9dd2ae3bd6a05e46e8034ae2fa5d7bbc76de1..88902070f080a58fa9065e379b0f2569bd75579b 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceDocument.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceDocument.cpp |
@@ -21,7 +21,7 @@ |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
static void initializeScriptWrappableForInterface(TestInterfaceDocument* object) |
{ |
@@ -31,14 +31,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceDocument* object) |
ASSERT_NOT_REACHED(); |
} |
-} // namespace WebCore |
+} // namespace blink |
-void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceDocument* object) |
+void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceDocument* object) |
{ |
- WebCore::initializeScriptWrappableForInterface(object); |
+ blink::initializeScriptWrappableForInterface(object); |
} |
-namespace WebCore { |
+namespace blink { |
const WrapperTypeInfo V8TestInterfaceDocument::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceDocument::domTemplate, V8TestInterfaceDocument::derefObject, 0, V8TestInterfaceDocument::toEventTarget, 0, V8TestInterfaceDocument::installPerContextEnabledMethods, &V8Document::wrapperTypeInfo, WrapperTypeObjectPrototype, WillBeGarbageCollectedObject }; |
namespace TestInterfaceDocumentV8Internal { |
@@ -144,4 +144,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceDocument* impl, v8::Handle<v8::O |
return toV8(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |