Changeset 150245 in webkit


Ignore:
Timestamp:
May 17, 2013 3:00:47 AM (11 years ago)
Author:
zarvai@inf.u-szeged.hu
Message:

[Qt] Unreviewed build fix.

Add missing Qt specific initializer for willLoadURLRequest and willLoadDataRequest.

Patch by Zoltan Arvai <zarvai@inf.u-szeged.hu>, Ádám Kallai <kadam@inf.u-szeged.hu> on 2013-05-17

  • WebProcess/qt/QtBuiltinBundlePage.cpp:

(WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r150243 r150245  
     12013-05-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>, Ádám Kallai  <kadam@inf.u-szeged.hu>
     2
     3        [Qt] Unreviewed build fix.
     4
     5        Add missing Qt specific initializer for willLoadURLRequest and willLoadDataRequest.
     6
     7        * WebProcess/qt/QtBuiltinBundlePage.cpp:
     8        (WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage):
     9
    1102013-05-16  Beth Dakin  <bdakin@apple.com>
    211
  • trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp

    r147277 r150245  
    8181        0, // didLayout
    8282        0, // featuresUsedInPage
     83        0, // willLoadURLRequest
     84        0, // willLoadDataRequest
    8385    };
    8486    WKBundlePageSetPageLoaderClient(m_page, &loaderClient);
Note: See TracChangeset for help on using the changeset viewer.