Changeset 61615 in webkit


Ignore:
Timestamp:
Jun 22, 2010 6:54:35 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Fix compilation with QT_NO_COMBOBOX.

Patch by Tasuku Suzuki <tasuku.suzuki@nokia.com> on 2010-06-22
Reviewed by Simon Hausmann.

  • WebCoreSupport/ChromeClientQt.cpp:

(WebCore::ChromeClientQt::createSelectPopup):

Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r61575 r61615  
     12010-06-22  Tasuku Suzuki  <tasuku.suzuki@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Fix compilation with QT_NO_COMBOBOX.
     6
     7        * WebCoreSupport/ChromeClientQt.cpp:
     8        (WebCore::ChromeClientQt::createSelectPopup):
     9
    1102010-06-21  Robert Hogan  <robert@webkit.org>
    211
  • trunk/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp

    r61342 r61615  
    596596    return new QtFallbackWebPopup;
    597597#else
    598     return result;
     598    return 0;
    599599#endif
    600600}
Note: See TracChangeset for help on using the changeset viewer.