[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mitz at apple.com mitz at apple.com
Thu Apr 8 02:20:55 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 96f79664a2eb8f3545c31e77794a7ffef46d942b
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