| Index: sky/engine/public/web/WebNode.h
|
| diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
|
| index 115de3bc164e4fd1a579501c88cc7ab8be5afb30..5e535bdc99be4b5eb327a1464297c6818397ff05 100644
|
| --- a/sky/engine/public/web/WebNode.h
|
| +++ b/sky/engine/public/web/WebNode.h
|
| @@ -99,7 +99,6 @@ public:
|
| BLINK_EXPORT bool isFocusable() const;
|
| BLINK_EXPORT bool isContentEditable() const;
|
| BLINK_EXPORT bool isElementNode() const;
|
| - BLINK_EXPORT void simulateClick();
|
| BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const;
|
| BLINK_EXPORT WebElement rootEditableElement() const;
|
| BLINK_EXPORT bool focused() const;
|
|
|