| Index: Source/web/WebDOMMouseEvent.cpp
|
| diff --git a/Source/web/WebDOMMouseEvent.cpp b/Source/web/WebDOMMouseEvent.cpp
|
| index 2c1dfc8471b97272aa2df67d9de9c15b3c067f2e..6b4ae099b2bd9d7bfefe8ec59a6897e698f4ee6b 100644
|
| --- a/Source/web/WebDOMMouseEvent.cpp
|
| +++ b/Source/web/WebDOMMouseEvent.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| int WebDOMMouseEvent::screenX() const
|
| {
|
| @@ -97,4 +97,4 @@ bool WebDOMMouseEvent::buttonDown() const
|
| return constUnwrap<MouseEvent>()->buttonDown();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|