diff options
Diffstat (limited to 'third_party/WebKit/public/web/WebNode.h')
| -rw-r--r-- | third_party/WebKit/public/web/WebNode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h index 22e58b1..2457e70 100644 --- a/third_party/WebKit/public/web/WebNode.h +++ b/third_party/WebKit/public/web/WebNode.h @@ -45,7 +45,6 @@ class WebDOMEventListenerPrivate; class WebDocument; class WebElement; class WebFrame; -class WebNodeCollection; class WebNodeList; class WebPluginContainer; @@ -114,7 +113,7 @@ public: BLINK_EXPORT void addEventListener(const WebString& eventType, WebDOMEventListener* listener, bool useCapture); BLINK_EXPORT bool dispatchEvent(const WebDOMEvent&); BLINK_EXPORT void simulateClick(); - BLINK_EXPORT WebNodeCollection getElementsByTagName(const WebString&) const; + BLINK_EXPORT WebNodeList getElementsByTagName(const WebString&) const; BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const; BLINK_EXPORT WebElement rootEditableElement() const; BLINK_EXPORT bool focused() const; |
