| Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| index 6d9eac4141f738708f610e67b70452e66cbc372a..c24f7cf99f810c0097cb8e9ade9ac7c81550cc07 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| @@ -25,7 +25,7 @@
|
| #include "wtf/GetPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void initializeScriptWrappableForInterface(TestInterfaceEventConstructor* object)
|
| {
|
| @@ -35,14 +35,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceEventConstructor*
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| -void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEventConstructor* object)
|
| +void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceEventConstructor* object)
|
| {
|
| - WebCore::initializeScriptWrappableForInterface(object);
|
| + blink::initializeScriptWrappableForInterface(object);
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| const WrapperTypeInfo V8TestInterfaceEventConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEventConstructor::domTemplate, V8TestInterfaceEventConstructor::derefObject, 0, 0, 0, V8TestInterfaceEventConstructor::installPerContextEnabledMethods, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype, WillBeGarbageCollectedObject };
|
|
|
| namespace TestInterfaceEventConstructorV8Internal {
|
| @@ -424,4 +424,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceEventConstructor* impl, v8::Hand
|
| return toV8(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|