X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fforms%2FNumberInputType.h;h=be04ad8b53ffb8c9ab32fa55e727265a4e2526f9;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=cb60adc95eb35f332a9c5db21164ca4f8c0ce028;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/forms/NumberInputType.h b/src/third_party/WebKit/Source/core/html/forms/NumberInputType.h index cb60adc..be04ad8 100644 --- a/src/third_party/WebKit/Source/core/html/forms/NumberInputType.h +++ b/src/third_party/WebKit/Source/core/html/forms/NumberInputType.h @@ -39,7 +39,7 @@ class ExceptionState; class NumberInputType FINAL : public TextFieldInputType { public: - static PassRefPtr create(HTMLInputElement&); + static PassRefPtrWillBeRawPtr create(HTMLInputElement&); private: NumberInputType(HTMLInputElement& element) : TextFieldInputType(element) { }