Index: Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp |
index 82f8fb0533ced9a5cb4f9428efa0b5340b88ff98..e85cc03591c958f16e687d4cb8dd50ea3407109b 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp |
@@ -20,7 +20,7 @@ |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
static void initializeScriptWrappableForInterface(TestInterfaceGarbageCollected* object) |
{ |
@@ -30,14 +30,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceGarbageCollected* |
ASSERT_NOT_REACHED(); |
} |
-} // namespace WebCore |
+} // namespace blink |
-void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceGarbageCollected* object) |
+void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceGarbageCollected* object) |
{ |
- WebCore::initializeScriptWrappableForInterface(object); |
+ blink::initializeScriptWrappableForInterface(object); |
} |
-namespace WebCore { |
+namespace blink { |
const WrapperTypeInfo V8TestInterfaceGarbageCollected::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceGarbageCollected::domTemplate, V8TestInterfaceGarbageCollected::derefObject, 0, V8TestInterfaceGarbageCollected::toEventTarget, 0, V8TestInterfaceGarbageCollected::installPerContextEnabledMethods, &V8EventTarget::wrapperTypeInfo, WrapperTypeObjectPrototype, GarbageCollectedObject }; |
namespace TestInterfaceGarbageCollectedV8Internal { |
@@ -219,4 +219,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceGarbageCollected* impl, v8::Hand |
return toV8(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |