Changeset 70620 in webkit


Ignore:
Timestamp:
Oct 27, 2010 1:19:14 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-27 Zalan Bujtas <zbujtas@gmail.com>

Reviewed by Kenneth Rohde Christiansen.

Multiple WebPlatformStrategy initialization triggers assert in WebCore/PlatformStrategies.
Remove the code for now, as it is not used at all.
https://bugs.webkit.org/show_bug.cgi?id=48327

  • UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::QWKPagePrivate):
Location:
trunk/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r70597 r70620  
     12010-10-27  Zalan Bujtas  <zbujtas@gmail.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Multiple WebPlatformStrategy initialization triggers assert in WebCore/PlatformStrategies.
     6        Remove the code for now, as it is not used at all.
     7        https://bugs.webkit.org/show_bug.cgi?id=48327
     8
     9        * UIProcess/API/qt/qwkpage.cpp:
     10        (QWKPagePrivate::QWKPagePrivate):
     11
    1122010-10-26  Brent Fulgham  <bfulgham@webkit.org>
    213
  • trunk/WebKit2/UIProcess/API/qt/qwkpage.cpp

    r70584 r70620  
    5555    , createNewPageFn(0)
    5656{
    57     // We want to use the LocalizationStrategy at the UI side as well.
    58     // FIXME: this should be avoided.
    59     WebPlatformStrategies::initialize();
    60 
    6157    memset(actions, 0, sizeof(actions));
    6258    page = toImpl(namespaceRef)->createWebPage();
Note: See TracChangeset for help on using the changeset viewer.