From 5f77fc5d45ad8e8b0a7caa751e789900b3ec5bda Mon Sep 17 00:00:00 2001 From: "kevino@webkit.org" Date: Fri, 30 Nov 2007 20:15:11 +0000 Subject: [PATCH] Other wx port fixes needed to restore the build bot. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@28250 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 6 ++++++ WebCore/WebCoreSources.bkl | 1 + WebKit/wx/ChangeLog | 8 ++++++++ WebKit/wx/WebKitSupport/ChromeClientWx.cpp | 4 ++-- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 780a78807192..11ec7e0be9ec 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2007-11-30 Kevin Ollivier + + Build fix for wx port. Adding editing/RemoveFormatCommand.cpp + + * WebCoreSources.bkl: + 2007-11-30 Simon Hausmann Reviewed by Adam Roben. diff --git a/WebCore/WebCoreSources.bkl b/WebCore/WebCoreSources.bkl index 1243bfdfa5ab..872e4219d6d2 100644 --- a/WebCore/WebCoreSources.bkl +++ b/WebCore/WebCoreSources.bkl @@ -364,6 +364,7 @@ This file contains the list of files needed to build WebCore. editing/ModifySelectionListLevel.cpp editing/MoveSelectionCommand.cpp editing/RemoveCSSPropertyCommand.cpp + editing/RemoveFormatCommand.cpp editing/RemoveNodeAttributeCommand.cpp editing/RemoveNodeCommand.cpp editing/RemoveNodePreservingChildrenCommand.cpp diff --git a/WebKit/wx/ChangeLog b/WebKit/wx/ChangeLog index 58fc142fb986..667da6b50b91 100644 --- a/WebKit/wx/ChangeLog +++ b/WebKit/wx/ChangeLog @@ -1,3 +1,11 @@ +2007-11-30 Kevin Ollivier + + Fix method signatures to be members of ClientChromeWx class. + + * WebKitSupport/ChromeClientWx.cpp: + (WebCore::ChromeClientWx::requestQuotaIncreaseForNewDatabase): + (WebCore::ChromeClientWx::requestQuotaIncreaseForDatabaseOperation): + 2007-11-30 Kevin Ollivier Build fix. Add platform/text to includes for targets that diff --git a/WebKit/wx/WebKitSupport/ChromeClientWx.cpp b/WebKit/wx/WebKitSupport/ChromeClientWx.cpp index a85a38a29581..63f64e339454 100644 --- a/WebKit/wx/WebKitSupport/ChromeClientWx.cpp +++ b/WebKit/wx/WebKitSupport/ChromeClientWx.cpp @@ -302,13 +302,13 @@ void ChromeClientWx::print(Frame*) notImplemented(); } -unsigned long long ChromeClient::requestQuotaIncreaseForNewDatabase(Frame*, const SecurityOriginData&, const String&, unsigned long long) +unsigned long long ChromeClientWx::requestQuotaIncreaseForNewDatabase(Frame*, const SecurityOriginData&, const String&, unsigned long long) { notImplemented(); return 0; } -unsigned long long ChromeClient::requestQuotaIncreaseForDatabaseOperation(Frame*, const SecurityOriginData&, const String&, unsigned long long) +unsigned long long ChromeClientWx::requestQuotaIncreaseForDatabaseOperation(Frame*, const SecurityOriginData&, const String&, unsigned long long) { notImplemented(); return 0; -- 2.36.0