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

eric at webkit.org eric at webkit.org
Wed Apr 7 23:50:52 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d6ddab4d176cb97de8d6385d059b26d89bf23642
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 20 00:47:08 2009 +0000

    2009-11-19  Avi Drissman  <avi at chromium.org>
    
            Reviewed by Darin Adler.
    
            Quick style fix.
            https://bugs.webkit.org/show_bug.cgi?id=27777
    
            * platform/graphics/cg/PDFDocumentImage.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51221 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7f65057..afe5c80 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-19  Avi Drissman  <avi at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        Quick style fix.
+        https://bugs.webkit.org/show_bug.cgi?id=27777
+
+        * platform/graphics/cg/PDFDocumentImage.cpp:
+
 2009-11-19  Beth Dakin  <bdakin at apple.com>
 
        Build fix. No review needed.
diff --git a/WebCore/platform/graphics/cg/PDFDocumentImage.cpp b/WebCore/platform/graphics/cg/PDFDocumentImage.cpp
index 673de1d..67333ae 100644
--- a/WebCore/platform/graphics/cg/PDFDocumentImage.cpp
+++ b/WebCore/platform/graphics/cg/PDFDocumentImage.cpp
@@ -31,10 +31,11 @@
 
 #include "GraphicsContext.h"
 #include "ImageObserver.h"
+#include <wtf/MathExtras.h>
+
 #if !PLATFORM(MAC)
 #include "ImageSourceCG.h"
 #endif
-#include <wtf/MathExtras.h>
 
 using namespace std;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list