Index: Source/core/html/HTMLFieldSetElement.h |
diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h |
index f7a75ebe9e7875aac13494e3caaa8d4780b35b14..8ae1570b1db93b911e24648b8704d3709c43bc36 100644 |
--- a/Source/core/html/HTMLFieldSetElement.h |
+++ b/Source/core/html/HTMLFieldSetElement.h |
@@ -37,7 +37,7 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
HTMLLegendElement* legend() const; |
- PassRefPtr<HTMLCollection> elements(); |
+ PassRefPtrWillBeRawPtr<HTMLCollection> elements(); |
const FormAssociatedElement::List& associatedElements() const; |