Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLHtmlElement.h
index 5207cf6..02c264c 100644 (file)
@@ -30,7 +30,7 @@ namespace WebCore {
 
 class HTMLHtmlElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLHtmlElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLHtmlElement> create(Document&);
 
     void insertedByParser();