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

Unified Diff: public/web/WebInputElement.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/WebElementCollection.h ('k') | public/web/WebNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInputElement.h
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h
index 08cfa265d4c5ff7e1e63585d7c41bb5f5f3ac9b6..eb9b2f5047dd9dc3de4ff2251e94ee40dd486ee0 100644
--- a/public/web/WebInputElement.h
+++ b/public/web/WebInputElement.h
@@ -39,7 +39,7 @@ namespace WebCore { class HTMLInputElement; }
namespace blink {
- class WebNodeCollection;
+ class WebElementCollection;
// Provides readonly access to some properties of a DOM input element node.
class WebInputElement : public WebFormControlElement {
@@ -92,7 +92,7 @@ namespace blink {
BLINK_EXPORT bool isChecked() const;
BLINK_EXPORT bool isMultiple() const;
- BLINK_EXPORT WebNodeCollection dataListOptions() const;
+ BLINK_EXPORT WebElementCollection dataListOptions() const;
// Return the localized value for this input type.
BLINK_EXPORT WebString localizeValue(const WebString&) const;
« no previous file with comments | « public/web/WebElementCollection.h ('k') | public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698