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

eric at webkit.org eric at webkit.org
Thu Apr 8 01:55:58 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 4e9e1dd85a97e0191fc5376303bba2197c7ad4b0
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 23 00:55:34 2010 +0000

    2010-02-22  Stephan Aßmus  <superstippi at gmx.de>
    
            Reviewed by Eric Seidel.
    
            Build fix for debug builds of GlyphPageTreeNode.cpp
            https://bugs.webkit.org/show_bug.cgi?id=34528
    
            Covered by existing tests.
    
            * platform/graphics/GlyphPageTreeNode.cpp:
                include <stdio.h> since printf() is used if NDEBUG is not defined.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55113 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d333a22..aadc3f3 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-02-22  Stephan Aßmus  <superstippi at gmx.de>
+
+        Reviewed by Eric Seidel.
+
+        Build fix for debug builds of GlyphPageTreeNode.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=34528
+
+        Covered by existing tests.
+
+        * platform/graphics/GlyphPageTreeNode.cpp:
+            include <stdio.h> since printf() is used if NDEBUG is not defined.
+
 2010-02-22  Nate Chapin  <japhet at chromium.org>
 
         Unreviewed, Chromium build fix.
diff --git a/WebCore/platform/graphics/GlyphPageTreeNode.cpp b/WebCore/platform/graphics/GlyphPageTreeNode.cpp
index 9f53f0b..b19cbca 100644
--- a/WebCore/platform/graphics/GlyphPageTreeNode.cpp
+++ b/WebCore/platform/graphics/GlyphPageTreeNode.cpp
@@ -33,6 +33,7 @@
 #include "CharacterNames.h"
 #include "SegmentedFontData.h"
 #include "SimpleFontData.h"
+#include <stdio.h>
 #include <wtf/unicode/Unicode.h>
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list