| Index: public/web/WebDOMMouseEvent.h
|
| diff --git a/public/web/WebDOMMouseEvent.h b/public/web/WebDOMMouseEvent.h
|
| index dcfa89eb25e92d68c356bb4b8c923b06f8613ab2..a46dfecceb062b8463977774e6472a6faf6c5e54 100644
|
| --- a/public/web/WebDOMMouseEvent.h
|
| +++ b/public/web/WebDOMMouseEvent.h
|
| @@ -36,7 +36,7 @@
|
| namespace WebCore { class Event; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDOMMouseEvent : public WebDOMEvent {
|
| public:
|
| @@ -55,6 +55,6 @@ public:
|
| BLINK_EXPORT bool buttonDown() const;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|