| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 5fb2e21a1347cc1cb22112c03604c44223ee6d53..2ed9e25769310ea9ea81078917405b28f5011142 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;
|
|
|