Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLBRElement.h
index 483e5cd..391a9c6 100644 (file)
@@ -30,7 +30,7 @@ namespace WebCore {
 
 class HTMLBRElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLBRElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLBRElement> create(Document&);
 
     virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }