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

darin at apple.com darin at apple.com
Wed Dec 22 18:19:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2a1de49962d1919a9fd5dc62379d59c8703d4e46
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 9 22:30:54 2010 +0000

    Qt build fix.
    
    * WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp: Include "NotImplemented.h".
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73649 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 30cf21c..bdd4703 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-09  Darin Adler  <darin at apple.com>
+
+        Qt build fix.
+
+        * WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp: Include "NotImplemented.h".
+
 2010-12-09  Steve Falkenburg  <sfalken at apple.com>
 
         Windows build fix.
diff --git a/WebKit2/WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp b/WebKit2/WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp
index ccd5909..abfb70a 100644
--- a/WebKit2/WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp
+++ b/WebKit2/WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp
@@ -25,6 +25,8 @@
 
 #include "WebContextMenuClient.h"
 
+#include "NotImplemented.h"
+
 using namespace WebCore;
 
 namespace WebKit {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list