[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
eric at webkit.org
eric at webkit.org
Thu Dec 3 13:40:49 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 652c603e5fda95087243018e68295997dca7f9b9
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