Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLRubyElement.h
index d7af56e..7467677 100644 (file)
@@ -13,7 +13,7 @@ namespace WebCore {
 // so HTMLElement's createRenderer doesn't need to know about it.
 class HTMLRubyElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLRubyElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLRubyElement> create(Document&);
 
 private:
     explicit HTMLRubyElement(Document&);