[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 15:18:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9676d9e72b6bae60cf71aa59328270ebe5939d62
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 30 01:07:13 2010 +0000

    Try to fix build.
    
    * page/ContextMenuController.cpp: Added include of BackForwardController.h.
    * page/DOMWindow.cpp: Ditto.
    * page/History.cpp: Ditto.
    * platform/ContextMenu.cpp: Ditto.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70963 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4c5fe62..8dbc332 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-29  Darin Adler  <darin at apple.com>
 
+        Try to fix build.
+
+        * page/ContextMenuController.cpp: Added include of BackForwardController.h.
+        * page/DOMWindow.cpp: Ditto.
+        * page/History.cpp: Ditto.
+        * platform/ContextMenu.cpp: Ditto.
+
+2010-10-29  Darin Adler  <darin at apple.com>
+
         Reviewed by Sam Weinig.
 
         More back/forward refactoring
diff --git a/WebCore/page/ContextMenuController.cpp b/WebCore/page/ContextMenuController.cpp
index 1b026be..1f71d09 100644
--- a/WebCore/page/ContextMenuController.cpp
+++ b/WebCore/page/ContextMenuController.cpp
@@ -29,6 +29,7 @@
 
 #if ENABLE(CONTEXT_MENUS)
 
+#include "BackForwardController.h"
 #include "Chrome.h"
 #include "ContextMenu.h"
 #include "ContextMenuClient.h"
diff --git a/WebCore/page/DOMWindow.cpp b/WebCore/page/DOMWindow.cpp
index c88eefd..8779aaa 100644
--- a/WebCore/page/DOMWindow.cpp
+++ b/WebCore/page/DOMWindow.cpp
@@ -27,6 +27,7 @@
 #include "DOMWindow.h"
 
 #include "AbstractDatabase.h"
+#include "BackForwardController.h"
 #include "Base64.h"
 #include "BarInfo.h"
 #include "BeforeUnloadEvent.h"
diff --git a/WebCore/page/History.cpp b/WebCore/page/History.cpp
index a826edb..95b1350 100644
--- a/WebCore/page/History.cpp
+++ b/WebCore/page/History.cpp
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "History.h"
 
+#include "BackForwardController.h"
 #include "ExceptionCode.h"
 #include "Frame.h"
 #include "FrameLoader.h"
diff --git a/WebCore/platform/ContextMenu.cpp b/WebCore/platform/ContextMenu.cpp
index 83558e5..ecdf230 100644
--- a/WebCore/platform/ContextMenu.cpp
+++ b/WebCore/platform/ContextMenu.cpp
@@ -30,6 +30,7 @@
 
 #if ENABLE(CONTEXT_MENUS)
 
+#include "BackForwardController.h"
 #include "ContextMenuController.h"
 #include "ContextMenuClient.h"
 #include "CSSComputedStyleDeclaration.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list