| Index: public/web/WebNode.h
|
| diff --git a/public/web/WebNode.h b/public/web/WebNode.h
|
| index a43864428d0d32f5ba10ef87b424e4904530438d..4afdbcb07b322c8d96dfca73321d685cf82d80b6 100644
|
| --- a/public/web/WebNode.h
|
| +++ b/public/web/WebNode.h
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace WebCore { class Node; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebDOMEvent;
|
| class WebDOMEventListener;
|
| class WebDOMEventListenerPrivate;
|
| @@ -177,6 +177,6 @@ inline bool operator<(const WebNode& a, const WebNode& b)
|
| return a.lessThan(b);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|