[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
tonikitoo at webkit.org
tonikitoo at webkit.org
Wed Mar 17 18:18:13 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit f0bdebb979f652cd626a0ae33afc675ad137a913
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Mar 4 20:57:36 2010 +0000
Attempt to fix Mac build.
Reviewed by Simon Frase.
* page/SpatialNavigation.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55545 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cce566f..ce12ed9 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-04 Antonio Gomes <tonikitoo at webkit.org>
+
+ Reviewed by Simon Fraser.
+
+ Attempt to fix Mac build.
+
+ * page/SpatialNavigation.cpp:
+
2010-03-04 Jesus Sanchez-Palencia <jesus.palencia at openbossa.org>
Add SpatialNavigation header and cpp to Mac XCode project file.
diff --git a/WebCore/page/SpatialNavigation.cpp b/WebCore/page/SpatialNavigation.cpp
index 26cd1d1..f9a4cad 100644
--- a/WebCore/page/SpatialNavigation.cpp
+++ b/WebCore/page/SpatialNavigation.cpp
@@ -39,6 +39,8 @@
namespace WebCore {
+using namespace std;
+
static long long spatialDistance(FocusDirection, const IntRect&, const IntRect&);
static IntRect renderRectRelativeToRootDocument(RenderObject*);
static RectsAlignment alignmentForRects(FocusDirection, const IntRect&, const IntRect&);
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list