| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 3a28d4502c099aad596d5dd319c3abab9c02b2b7..431a1f0b4d01a96a152eaaa6ece7605a7f702d71 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -168,7 +168,7 @@ public:
|
| // returns true, if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| // - <datalist> UI for date/time input types regardless of
|
| // ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| - virtual PassRefPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) = 0;
|
| + virtual PassRefPtrWillBeRawPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) = 0;
|
|
|
| virtual void openTextDataListChooser(HTMLInputElement&)= 0;
|
|
|
|
|