| Index: sky/engine/web/WebNode.cpp
|
| diff --git a/sky/engine/web/WebNode.cpp b/sky/engine/web/WebNode.cpp
|
| index fec0e13105bf57735846408aa23468b32d94b217..f3e30b4e48caeb5dac928e230e4c8459909813f8 100644
|
| --- a/sky/engine/web/WebNode.cpp
|
| +++ b/sky/engine/web/WebNode.cpp
|
| @@ -43,7 +43,6 @@
|
| #include "platform/Widget.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebVector.h"
|
| -#include "public/web/WebDOMEvent.h"
|
| #include "public/web/WebDocument.h"
|
| #include "public/web/WebElement.h"
|
| #include "web/FrameLoaderClientImpl.h"
|
| @@ -149,13 +148,6 @@ bool WebNode::isElementNode() const
|
| return m_private->isElementNode();
|
| }
|
|
|
| -bool WebNode::dispatchEvent(const WebDOMEvent& event)
|
| -{
|
| - if (!event.isNull())
|
| - return m_private->dispatchEvent(event);
|
| - return false;
|
| -}
|
| -
|
| void WebNode::simulateClick()
|
| {
|
| m_private->dispatchSimulatedClick(0);
|
|
|