diff options
author | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 21:28:49 +0000 |
---|---|---|
committer | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 21:28:49 +0000 |
commit | b5de465221a7ef144ad8dc874c8834d7db0d996c (patch) | |
tree | d9ad7286737d6de594538e72dee3884e85ed7db8 /webkit/tools/test_shell/layout_test_controller.cc | |
parent | ba8c48211556deeb2279043f81c9a3898d4d0b36 (diff) | |
download | chromium_src-b5de465221a7ef144ad8dc874c8834d7db0d996c.zip chromium_src-b5de465221a7ef144ad8dc874c8834d7db0d996c.tar.gz chromium_src-b5de465221a7ef144ad8dc874c8834d7db0d996c.tar.bz2 |
Remove layoutTestController.setUseDashboardCompatiblityMode as webkit fixed the typo in
https://bugs.webkit.org/show_bug.cgi?id=22894
Review URL: http://codereview.chromium.org/113297
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.cc')
-rw-r--r-- | webkit/tools/test_shell/layout_test_controller.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc index f82f187..fb0c4c0 100644 --- a/webkit/tools/test_shell/layout_test_controller.cc +++ b/webkit/tools/test_shell/layout_test_controller.cc @@ -133,11 +133,6 @@ LayoutTestController::LayoutTestController(TestShell* shell) { BindMethod("setPrivateBrowsingEnabled", &LayoutTestController::setPrivateBrowsingEnabled); BindMethod("setUseDashboardCompatibilityMode", &LayoutTestController::setUseDashboardCompatibilityMode); - // This typo (missing 'i') is intentional as it matches the typo in the layout test - // see: LayoutTests/fast/canvas/fill-stroke-clip-reset-path.html. - // If Apple ever fixes this, we'll need to update it. - BindMethod("setUseDashboardCompatiblityMode", &LayoutTestController::setUseDashboardCompatibilityMode); - // The fallback method is called when an unknown method is invoked. BindFallbackMethod(&LayoutTestController::fallbackMethod); |