Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: public/web/WebNode.h

Issue 152243003: Rename WebNodeCollection to WebElementCollection for clarity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebInputElement.h ('k') | public/web/WebNodeCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNode.h
diff --git a/public/web/WebNode.h b/public/web/WebNode.h
index 22e58b11d41a7fc73c75c3c4e81b57cc54417355..d82594ce05f787c42529dc8065a739461385399c 100644
--- a/public/web/WebNode.h
+++ b/public/web/WebNode.h
@@ -44,8 +44,8 @@ class WebDOMEventListener;
class WebDOMEventListenerPrivate;
class WebDocument;
class WebElement;
+class WebElementCollection;
class WebFrame;
-class WebNodeCollection;
class WebNodeList;
class WebPluginContainer;
@@ -114,7 +114,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 WebElementCollection getElementsByTagName(const WebString&) const;
BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const;
BLINK_EXPORT WebElement rootEditableElement() const;
BLINK_EXPORT bool focused() const;
« no previous file with comments | « public/web/WebInputElement.h ('k') | public/web/WebNodeCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698