[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

tonikitoo at webkit.org tonikitoo at webkit.org
Thu Apr 8 02:10:08 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit adeb99792938bb8d810b6b92c383ed9d924f3523
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