Chromium Code Reviews

Unified Diff: Source/WebCore/page/ChromeClient.h

Issue 11419080: Merge 132895 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/loader/EmptyClients.cpp ('k') | Source/WebCore/platform/DateTimeChooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/ChromeClient.h
===================================================================
--- Source/WebCore/page/ChromeClient.h (revision 135211)
+++ Source/WebCore/page/ChromeClient.h (working copy)
@@ -227,7 +227,7 @@
#endif
#if ENABLE(CALENDAR_PICKER)
- virtual PassOwnPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) = 0;
+ virtual PassRefPtr<DateTimeChooser> openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) = 0;
#endif
virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>) = 0;
« no previous file with comments | « Source/WebCore/loader/EmptyClients.cpp ('k') | Source/WebCore/platform/DateTimeChooser.h » ('j') | no next file with comments »

Powered by Google App Engine