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