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