Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLUListElement.h
index 899467c..f8e2a84 100644 (file)
@@ -29,7 +29,7 @@ namespace WebCore {
 
 class HTMLUListElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLUListElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLUListElement> create(Document&);
 
 private:
     explicit HTMLUListElement(Document&);