| Index: Source/bindings/core/v8/ScriptEventListener.h
|
| diff --git a/Source/bindings/core/v8/ScriptEventListener.h b/Source/bindings/core/v8/ScriptEventListener.h
|
| index 27af5b2f0d816df9c9303ce347576748376c5e03..dd5df02099b86de1f4958141ff047479ad865f83 100644
|
| --- a/Source/bindings/core/v8/ScriptEventListener.h
|
| +++ b/Source/bindings/core/v8/ScriptEventListener.h
|
| @@ -35,7 +35,7 @@
|
| #include "bindings/core/v8/V8LazyEventListener.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
| class EventListener;
|
| @@ -50,6 +50,6 @@ ScriptValue eventListenerHandler(Document*, EventListener*);
|
| ScriptState* eventListenerHandlerScriptState(LocalFrame*, EventListener*);
|
| bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, String& scriptId, int& lineNumber);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScriptEventListener_h
|
|
|