diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp')
-rw-r--r-- | WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp b/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp index 373091b..5469cd4 100644 --- a/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp +++ b/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp @@ -40,6 +40,9 @@ #include <JavaScriptCore/Assertions.h> #include <JavaScriptCore/JavaScriptCore.h> #include <JavaScriptCore/JSRetainPtr.h> +#include <WebKit/IWebHistory.h> +#include <WebKit/IWebPreferencesPrivate.h> +#include <WebKit/IWebViewPrivate.h> #include <WebKit/WebKit.h> #include <string> #include <CoreFoundation/CoreFoundation.h> @@ -551,13 +554,3 @@ void LayoutTestController::execCommand(JSStringRef name, JSStringRef value) SysFreeString(nameBSTR); SysFreeString(valueBSTR); } - -void LayoutTestController::clearAllDatabases() -{ - printf("ERROR: LayoutTestController::clearAllDatabases() not implemented\n"); -} - -void LayoutTestController::setDatabaseQuota(unsigned long long quota) -{ - printf("ERROR: LayoutTestController::setDatabaseQuota() not implemented\n"); -} |