Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / DateInputType.h
index 0e5abec..1583a2b 100644 (file)
@@ -46,7 +46,7 @@ typedef BaseChooserOnlyDateAndTimeInputType BaseDateInputType;
 
 class DateInputType FINAL : public BaseDateInputType {
 public:
-    static PassRefPtr<InputType> create(HTMLInputElement&);
+    static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
 
 private:
     DateInputType(HTMLInputElement&);