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

Unified Diff: public/web/WebDocument.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 | « Source/web/web.gypi ('k') | public/web/WebElementCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index d0eba00d1ee690df9616502ce21b25b8f359ea68..2be43ad575736b2cc1850eaef2109de048927845 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -57,7 +57,7 @@ class WebDocumentType;
class WebElement;
class WebFormElement;
class WebFrame;
-class WebNodeCollection;
+class WebElementCollection;
class WebNodeList;
class WebString;
class WebURL;
@@ -107,7 +107,7 @@ public:
BLINK_EXPORT WebElement body() const;
BLINK_EXPORT WebElement head();
BLINK_EXPORT WebString title() const;
- BLINK_EXPORT WebNodeCollection all();
+ BLINK_EXPORT WebElementCollection all();
BLINK_EXPORT void forms(WebVector<WebFormElement>&) const;
BLINK_EXPORT void images(WebVector<WebElement>&);
BLINK_EXPORT WebURL completeURL(const WebString&) const;
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebElementCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698