| Index: Source/bindings/core/v8/V8EventListener.h
|
| diff --git a/Source/bindings/core/v8/V8EventListener.h b/Source/bindings/core/v8/V8EventListener.h
|
| index d26fb2de3c3a0a2db7c5558b9749b53980488fde..2cd8a9b5bf009fdf04257b973de31ca001d0b34e 100644
|
| --- a/Source/bindings/core/v8/V8EventListener.h
|
| +++ b/Source/bindings/core/v8/V8EventListener.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Event;
|
| class LocalFrame;
|
| @@ -57,6 +57,6 @@ protected:
|
| virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8EventListener_h
|
|
|