Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTitleElement.h
index fda5df9..1350910 100644 (file)
@@ -28,7 +28,7 @@ namespace WebCore {
 
 class HTMLTitleElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLTitleElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLTitleElement> create(Document&);
 
     String text() const;
     void setText(const String&);