| Index: Source/bindings/core/v8/V8LazyEventListener.h
|
| diff --git a/Source/bindings/core/v8/V8LazyEventListener.h b/Source/bindings/core/v8/V8LazyEventListener.h
|
| index e00e5552ea3cf486f41f5c4837c499aab32b3673..502f72aa137e259cdb480a07a862fbefe547c633 100644
|
| --- a/Source/bindings/core/v8/V8LazyEventListener.h
|
| +++ b/Source/bindings/core/v8/V8LazyEventListener.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Event;
|
| class LocalFrame;
|
| @@ -81,6 +81,6 @@ private:
|
| TextPosition m_position;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8LazyEventListener_h
|
|
|