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; |