| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| index 03a58fefeb3f4ad7a7efddd9334db0aa69356e9a..b669a7fedbc78479e187ea085dd073e29640d848 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| @@ -19,7 +19,7 @@
|
| #include "wtf/GetPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void initializeScriptWrappableForInterface(TestInterfaceNamedConstructor2* object)
|
| {
|
| @@ -29,14 +29,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceNamedConstructor2
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| -void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceNamedConstructor2* object)
|
| +void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceNamedConstructor2* object)
|
| {
|
| - WebCore::initializeScriptWrappableForInterface(object);
|
| + blink::initializeScriptWrappableForInterface(object);
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| const WrapperTypeInfo V8TestInterfaceNamedConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNamedConstructor2::domTemplate, V8TestInterfaceNamedConstructor2::derefObject, 0, 0, 0, V8TestInterfaceNamedConstructor2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
|
|
| namespace TestInterfaceNamedConstructor2V8Internal {
|
| @@ -165,4 +165,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceNamedConstructor2* impl, v8::Han
|
| return toV8(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|