summaryrefslogtreecommitdiffstats
path: root/WebKit/wx
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx')
-rw-r--r--WebKit/wx/ChangeLog7
-rw-r--r--WebKit/wx/WebView.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/WebKit/wx/ChangeLog b/WebKit/wx/ChangeLog
index 36c9990..9d89858 100644
--- a/WebKit/wx/ChangeLog
+++ b/WebKit/wx/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-07 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Build fix after change in Page constructor.
+
+ * WebView.cpp:
+ (wxWebView::Create):
+
2010-06-21 Kevin Ollivier <kevino@theolliviers.com>
Build fix after conversion of WebInterfaceSystem to Obj-C++.
diff --git a/WebKit/wx/WebView.cpp b/WebKit/wx/WebView.cpp
index a2897b5..59fba2f 100644
--- a/WebKit/wx/WebView.cpp
+++ b/WebKit/wx/WebView.cpp
@@ -336,7 +336,7 @@ bool wxWebView::Create(wxWindow* parent, int id, const wxPoint& position,
new WebCore::ContextMenuClientWx(),
editorClient,
new WebCore::DragClientWx(),
- new WebCore::InspectorClientWx(), 0, 0, 0);
+ new WebCore::InspectorClientWx(), 0, 0, 0, 0);
editorClient->setPage(m_impl->page);
m_mainFrame = new wxWebFrame(this);