| Index: sky/engine/public/web/WebNode.h
|
| diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
|
| index a342027aa996fde81cf9d4c072f77d305fa00825..b5a8852864e946acd7838f30429db22070a43b17 100644
|
| --- a/sky/engine/public/web/WebNode.h
|
| +++ b/sky/engine/public/web/WebNode.h
|
| @@ -39,7 +39,6 @@
|
| namespace blink {
|
|
|
| class Node;
|
| -class WebDOMEvent;
|
| class WebDocument;
|
| class WebElement;
|
|
|
| @@ -101,7 +100,6 @@ public:
|
| BLINK_EXPORT bool isFocusable() const;
|
| BLINK_EXPORT bool isContentEditable() const;
|
| BLINK_EXPORT bool isElementNode() const;
|
| - BLINK_EXPORT bool dispatchEvent(const WebDOMEvent&);
|
| BLINK_EXPORT void simulateClick();
|
| BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const;
|
| BLINK_EXPORT WebElement rootEditableElement() const;
|
|
|