+2007-11-30 Kevin Ollivier <kevino@theolliviers.com>
+
+ Build fix for wx port. Adding editing/RemoveFormatCommand.cpp
+
+ * WebCoreSources.bkl:
+
2007-11-30 Simon Hausmann <hausmann@webkit.org>
Reviewed by Adam Roben.
editing/ModifySelectionListLevel.cpp
editing/MoveSelectionCommand.cpp
editing/RemoveCSSPropertyCommand.cpp
+ editing/RemoveFormatCommand.cpp
editing/RemoveNodeAttributeCommand.cpp
editing/RemoveNodeCommand.cpp
editing/RemoveNodePreservingChildrenCommand.cpp
+2007-11-30 Kevin Ollivier <kevino@theolliviers.com>
+
+ Fix method signatures to be members of ClientChromeWx class.
+
+ * WebKitSupport/ChromeClientWx.cpp:
+ (WebCore::ChromeClientWx::requestQuotaIncreaseForNewDatabase):
+ (WebCore::ChromeClientWx::requestQuotaIncreaseForDatabaseOperation):
+
2007-11-30 Kevin Ollivier <kevino@theolliviers.com>
Build fix. Add platform/text to includes for targets that
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;