Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLLegendElement.h
index 6d390f2..a033309 100644 (file)
@@ -32,7 +32,7 @@ class HTMLFormControlElement;
 
 class HTMLLegendElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLLegendElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLLegendElement> create(Document&);
 
     HTMLFormElement* form() const;