Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLHRElement.h
index 6d67e7d..4c4c10f 100644 (file)
@@ -29,7 +29,7 @@ namespace WebCore {
 
 class HTMLHRElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLHRElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLHRElement> create(Document&);
 
     virtual bool canContainRangeEndPoint() const OVERRIDE { return hasChildren(); }