| Index: Source/bindings/tests/results/V8TestInterfaceConstructor4.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor4.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor4.cpp
|
| index b45aa6546081d62d775e3399cdd192778a7df411..e01b99edd16718d285e87f3074a2e53ed6083c2a 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor4.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor4.cpp
|
| @@ -20,7 +20,7 @@
|
| #include "wtf/GetPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void initializeScriptWrappableForInterface(TestInterfaceConstructor4* object)
|
| {
|
| @@ -30,14 +30,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceConstructor4* obj
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| -void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceConstructor4* object)
|
| +void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceConstructor4* object)
|
| {
|
| - WebCore::initializeScriptWrappableForInterface(object);
|
| + blink::initializeScriptWrappableForInterface(object);
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| const WrapperTypeInfo V8TestInterfaceConstructor4::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceConstructor4::domTemplate, V8TestInterfaceConstructor4::derefObject, 0, 0, 0, V8TestInterfaceConstructor4::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
|
|
| namespace TestInterfaceConstructor4V8Internal {
|
| @@ -191,4 +191,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor4* impl, v8::Handle<v
|
| return toV8(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|