Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLDivElement.h
index 69338d2..d804590 100644 (file)
@@ -29,7 +29,7 @@ namespace WebCore {
 
 class HTMLDivElement : public HTMLElement {
 public:
-    static PassRefPtr<HTMLDivElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLDivElement> create(Document&);
 
 protected:
     explicit HTMLDivElement(Document&);