diff options
| author | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-26 12:10:56 +0100 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-26 12:10:06 +0100 |
| commit | 01485457c9a5da3f1121015afd25bb53af77662e (patch) | |
| tree | 65acde83915793fce1caae7d12aef8437fa4757d /Source/WebKit/qt/Api/qwebpage.cpp | |
| parent | f474b2b60ec57205facd4eec2181ebe69b686772 (diff) | |
| download | qtwebkit-01485457c9a5da3f1121015afd25bb53af77662e.tar.gz | |
Imported WebKit commit 3fb8681126c4ed0f58d5d3656a4d72ae548a0815 (http://svn.webkit.org/repository/webkit/trunk@135701)
New snapshot with prospective no-widgets build fix
Change-Id: I4820c887d991c973cfed023518f41809edeefa83
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/WebKit/qt/Api/qwebpage.cpp')
| -rw-r--r-- | Source/WebKit/qt/Api/qwebpage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/qt/Api/qwebpage.cpp b/Source/WebKit/qt/Api/qwebpage.cpp index 81571b05b..65624d190 100644 --- a/Source/WebKit/qt/Api/qwebpage.cpp +++ b/Source/WebKit/qt/Api/qwebpage.cpp @@ -68,6 +68,7 @@ #include "HTMLNames.h" #include "HitTestResult.h" #include "Image.h" +#include "InitWebCoreQt.h" #include "InitWebKitQt.h" #include "InspectorClientQt.h" #include "InspectorClientWebPage.h" @@ -325,6 +326,7 @@ QWebPagePrivate::QWebPagePrivate(QWebPage *qq) #endif WebKit::initializeWebKitWidgets(); + WebCore::initializeWebCoreQt(); Page::PageClients pageClients; pageClients.chromeClient = new ChromeClientQt(this); |
