diff options
author | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 22:23:04 +0000 |
---|---|---|
committer | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 22:23:04 +0000 |
commit | 997c8ca739b3f79ff76adbbf421c7056af8ccdcb (patch) | |
tree | ae86a33c34904a2ec59c794f9e139461d6e7c415 /webkit/tools/test_shell/keyboard_unittest.cc | |
parent | 7ef735ae2811757a4883f1664fd5f8ab9773b477 (diff) | |
download | chromium_src-997c8ca739b3f79ff76adbbf421c7056af8ccdcb.zip chromium_src-997c8ca739b3f79ff76adbbf421c7056af8ccdcb.tar.gz chromium_src-997c8ca739b3f79ff76adbbf421c7056af8ccdcb.tar.bz2 |
Chromium side of merge 39453:39501.
Includes new baselines for fast/transforms/identity-matrix-expected.html, which
was edited slightly, and fast/backgrounds/opacity-on-document-element.html,
which is new and looks correct.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/17010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/keyboard_unittest.cc')
-rw-r--r-- | webkit/tools/test_shell/keyboard_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/keyboard_unittest.cc b/webkit/tools/test_shell/keyboard_unittest.cc index a1a2dd8..673edd1 100644 --- a/webkit/tools/test_shell/keyboard_unittest.cc +++ b/webkit/tools/test_shell/keyboard_unittest.cc @@ -7,7 +7,6 @@ #include "base/compiler_specific.h" MSVC_PUSH_WARNING_LEVEL(0); -#include "EventNames.h" #include "EventTarget.h" #include "KeyboardCodes.h" #include "KeyboardEvent.h" @@ -27,7 +26,6 @@ class KeyboardTest : public testing::Test { public: void SetUp() { WTF::initializeThreading(); - WebCore::EventNames::init(); } // Pass a WebKeyboardEvent into the EditorClient and get back the string |