Changeset 121931 in webkit


Ignore:
Timestamp:
Jul 5, 2012 6:05:46 PM (12 years ago)
Author:
charles.wei@torchmobile.com.cn
Message:

[BlackBerry] Fix the build error introduced by enabling CUSTOM_THEME_HANDLER
https://bugs.webkit.org/show_bug.cgi?id=90588

Reviewed by Rob Buis.

Fix the build error introduced by enabling CUSTOM_THEME_HANDLER.

  • WebCoreSupport/ChromeClientBlackBerry.cpp:

(WebCore::ChromeClientBlackBerry::isProtocolHandlerRegistered):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/ChangeLog

    r121872 r121931  
     12012-07-05  Charles Wei  <charles.wei@torchmobile.com.cn>
     2
     3        [BlackBerry] Fix the build error introduced by enabling CUSTOM_THEME_HANDLER
     4        https://bugs.webkit.org/show_bug.cgi?id=90588
     5
     6        Reviewed by Rob Buis.
     7
     8        Fix the build error introduced by enabling CUSTOM_THEME_HANDLER.
     9        * WebCoreSupport/ChromeClientBlackBerry.cpp:
     10        (WebCore::ChromeClientBlackBerry::isProtocolHandlerRegistered):
     11
    1122012-07-04  Hanna Ma  <Hanma@rim.com>
    213
  • trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp

    r121774 r121931  
    811811
    812812#if ENABLE(CUSTOM_SCHEME_HANDLER)
    813 CustomHandlersState ChromeClientBlackBerry::isProtocolHandlerRegistered(const String&, const String&, const String&)
    814 {
    815     return CustomHandlersDeclined;
     813ChromeClient::CustomHandlersState ChromeClientBlackBerry::isProtocolHandlerRegistered(const String&, const String&, const String&)
     814{
     815    return ChromeClient::CustomHandlersDeclined;
    816816}
    817817
Note: See TracChangeset for help on using the changeset viewer.