[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

sfalken at apple.com sfalken at apple.com
Wed Dec 22 18:19:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 64007b3c50383b29348c73d49c3d80a8cd91ce19
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 9 22:17:02 2010 +0000

    Windows build fix.
    
    * WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73646 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 529b3ba..30cf21c 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-09  Steve Falkenburg  <sfalken at apple.com>
+
+        Windows build fix.
+        
+        * WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp:
+
 2010-12-09  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit2/WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp b/WebKit2/WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp
index ccd5909..c16a4d6 100644
--- a/WebKit2/WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp
+++ b/WebKit2/WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp
@@ -24,6 +24,7 @@
  */
 
 #include "WebContextMenuClient.h"
+#include <WebCore/NotImplemented.h>
 
 using namespace WebCore;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list