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

darin at apple.com darin at apple.com
Wed Dec 22 16:09:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c309f8990b5a1e839d3ebe69ee93b7e76d75810b
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 19 00:51:57 2010 +0000

    * WebProcess/WebPage/WebPage.cpp: Fix build by rolling out a change.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72350 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 0ea0307..a225e41 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,9 @@
 2010-11-18  Darin Adler  <darin at apple.com>
 
+        * WebProcess/WebPage/WebPage.cpp: Fix build by rolling out a change.
+
+2010-11-18  Darin Adler  <darin at apple.com>
+
         Reviewed by Kevin Decker.
 
         REGRESSION (WebKit2): Plug-ins and <video> start playing immediately in background tabs
diff --git a/WebKit2/WebProcess/WebPage/WebPage.cpp b/WebKit2/WebProcess/WebPage/WebPage.cpp
index 28e7051..03ff299 100644
--- a/WebKit2/WebProcess/WebPage/WebPage.cpp
+++ b/WebKit2/WebProcess/WebPage/WebPage.cpp
@@ -27,7 +27,6 @@
 
 #include "Arguments.h"
 #include "DrawingArea.h"
-#include "HitTestResult.h"
 #include "InjectedBundle.h"
 #include "InjectedBundleBackForwardList.h"
 #include "MessageID.h"
@@ -81,6 +80,10 @@
 #include "MachPort.h"
 #endif
 
+#if PLATFORM(QT)
+#include "HitTestResult.h"
+#endif
+
 #ifndef NDEBUG
 #include <wtf/RefCountedLeakCounter.h>
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list