| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index c99f775cb7f9dbe37d58e265f611337038059a17..a9b7ef79b127a593905ceb80cb19c5627b83e4e4 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -145,7 +145,7 @@ public:
|
| virtual void enumerateChosenDirectory(FileChooser*) OVERRIDE { }
|
|
|
| virtual PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) OVERRIDE;
|
| - virtual PassRefPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) OVERRIDE;
|
| + virtual PassRefPtrWillBeRawPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) OVERRIDE;
|
| virtual void openTextDataListChooser(HTMLInputElement&) OVERRIDE;
|
|
|
| virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) OVERRIDE;
|
|
|