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

Unified Diff: Source/core/html/HTMLFieldSetElement.h

Issue 334713006: Use stricter typing for NodeLists throughout the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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/core/fetch/FontResource.cpp ('k') | Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFieldSetElement.h
diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h
index 8ae1570b1db93b911e24648b8704d3709c43bc36..bb6da9e2bc14dd35a2e66805555f23a39a2875fd 100644
--- a/Source/core/html/HTMLFieldSetElement.h
+++ b/Source/core/html/HTMLFieldSetElement.h
@@ -30,6 +30,7 @@ namespace WebCore {
class FormAssociatedElement;
class HTMLCollection;
+class HTMLFormControlsCollection;
class HTMLFieldSetElement FINAL : public HTMLFormControlElement {
public:
@@ -37,7 +38,7 @@ public:
virtual void trace(Visitor*) OVERRIDE;
HTMLLegendElement* legend() const;
- PassRefPtrWillBeRawPtr<HTMLCollection> elements();
+ PassRefPtrWillBeRawPtr<HTMLFormControlsCollection> elements();
const FormAssociatedElement::List& associatedElements() const;
« no previous file with comments | « Source/core/fetch/FontResource.cpp ('k') | Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698