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