[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
mitz at apple.com
mitz at apple.com
Wed Mar 17 18:36:34 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit db6c6e77fb171fa7ae2b9d8cc1da193001e0ca08
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 12 18:03:24 2010 +0000
Build fix.
* platform/chromium/PlatformKeyboardEventChromium.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55911 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index fb01f67..e82a653 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
2010-03-12 Dan Bernstein <mitz at apple.com>
+ Build fix.
+
+ * platform/chromium/PlatformKeyboardEventChromium.cpp:
+
+2010-03-12 Dan Bernstein <mitz at apple.com>
+
Reviewed by Darin Adler.
<rdar://problem/7694674> Hover states not updated when overflow section scrolls under stationary mouse pointer
diff --git a/WebCore/platform/chromium/PlatformKeyboardEventChromium.cpp b/WebCore/platform/chromium/PlatformKeyboardEventChromium.cpp
index 5105c6d..4e515e5 100644
--- a/WebCore/platform/chromium/PlatformKeyboardEventChromium.cpp
+++ b/WebCore/platform/chromium/PlatformKeyboardEventChromium.cpp
@@ -37,6 +37,10 @@
namespace WebCore {
+#if OS(WINDOWS)
+static const unsigned short HIGH_BIT_MASK_SHORT = 0x8000;
+#endif
+
void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
{
#if OS(WINDOWS)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list