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