| Index: Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| index c8a7b1fedabc1f0c5e8015fe7c3d43bd934f5a3c..67d8e1cf1fcd9fc9e4a2000a5580e47d36b8be5e 100644
|
| --- a/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "core/EventTargetHeaders.h"
|
| #include "core/EventTargetInterfaces.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #define TRY_TO_WRAP_WITH_INTERFACE(interfaceName) \
|
| if (EventTargetNames::interfaceName == desiredInterface) \
|
| @@ -56,4 +56,4 @@ v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationCon
|
|
|
| #undef TRY_TO_WRAP_WITH_INTERFACE
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|