| Index: Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp b/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| index 701766b5e259c5eb9115a83507d2361482d147ab..ec200f9f06715baea628734da7b463352d86dacb 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| @@ -19,7 +19,7 @@
|
| #include "wtf/GetPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void initializeScriptWrappableForInterface(TestInterfaceEventTarget* object)
|
| {
|
| @@ -29,14 +29,14 @@ static void initializeScriptWrappableForInterface(TestInterfaceEventTarget* obje
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| -void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEventTarget* object)
|
| +void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceEventTarget* object)
|
| {
|
| - WebCore::initializeScriptWrappableForInterface(object);
|
| + blink::initializeScriptWrappableForInterface(object);
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| const WrapperTypeInfo V8TestInterfaceEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEventTarget::domTemplate, V8TestInterfaceEventTarget::derefObject, 0, V8TestInterfaceEventTarget::toEventTarget, 0, V8TestInterfaceEventTarget::installPerContextEnabledMethods, &V8EventTarget::wrapperTypeInfo, WrapperTypeObjectPrototype, WillBeGarbageCollectedObject };
|
|
|
| namespace TestInterfaceEventTargetV8Internal {
|
| @@ -165,4 +165,4 @@ v8::Handle<v8::Value> toV8NoInline(TestInterfaceEventTarget* impl, v8::Handle<v8
|
| return toV8(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|