| Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
|
| diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
|
| index 69e692e9a68e14ae12d10b0c4732e116daa86e49..761a3c794756644c6a3ebb77944514ea29ec81f3 100644
|
| --- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
|
| +++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
|
| @@ -313,7 +313,6 @@ TestRunner::TestRunner(TestInterfaces* interfaces)
|
| bindMethod("setApplicationCacheOriginQuota", &TestRunner::notImplemented);
|
| bindMethod("setCallCloseOnWebViews", &TestRunner::notImplemented);
|
| bindMethod("setMainFrameIsFirstResponder", &TestRunner::notImplemented);
|
| - bindMethod("setPrivateBrowsingEnabled", &TestRunner::notImplemented);
|
| bindMethod("setUseDashboardCompatibilityMode", &TestRunner::notImplemented);
|
| bindMethod("deleteAllLocalStorage", &TestRunner::notImplemented);
|
| bindMethod("localStorageDiskUsageForOrigin", &TestRunner::notImplemented);
|
|
|