Index: Source/core/html/HTMLFieldSetElement.cpp |
diff --git a/Source/core/html/HTMLFieldSetElement.cpp b/Source/core/html/HTMLFieldSetElement.cpp |
index f8dae3b96707d369b8ab78f5deaf3967e7af5a82..c4bbc6d09bde77eaca7859242ec61fe2870a23f8 100644 |
--- a/Source/core/html/HTMLFieldSetElement.cpp |
+++ b/Source/core/html/HTMLFieldSetElement.cpp |
@@ -100,7 +100,7 @@ HTMLLegendElement* HTMLFieldSetElement::legend() const |
return Traversal<HTMLLegendElement>::firstChild(*this); |
} |
-PassRefPtr<HTMLCollection> HTMLFieldSetElement::elements() |
+PassRefPtrWillBeRawPtr<HTMLCollection> HTMLFieldSetElement::elements() |
{ |
return ensureCachedHTMLCollection(FormControls); |
} |