Index: third_party/WebKit/WebKit/chromium/public/WebNode.h |
=================================================================== |
--- third_party/WebKit/WebKit/chromium/public/WebNode.h (revision 55709) |
+++ third_party/WebKit/WebKit/chromium/public/WebNode.h (working copy) |
@@ -106,6 +106,7 @@ |
WEBKIT_API bool isElementNode() const; |
WEBKIT_API void addEventListener(const WebString& eventType, WebEventListener* listener, bool useCapture); |
WEBKIT_API void removeEventListener(const WebString& eventType, WebEventListener* listener, bool useCapture); |
+ WEBKIT_API void simulateClick(); |
template<typename T> T toElement() |
{ |