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