Title: [144469] releases/WebKitGTK/webkit-2.0/Source/WebCore
- Revision
- 144469
- Author
- [email protected]
- Date
- 2013-03-01 10:10:11 -0800 (Fri, 01 Mar 2013)
Log Message
Merge r143973 - Build fix for gtk2-based library.
Reviewed by Martin Robinson.
* platform/gtk/WidgetRenderingContext.cpp: move gtk2 check to after the config.h
include, which is the one that includes autotoolsconfig.h, where the gtk2 define
lives.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.0/Source/WebCore/ChangeLog (144468 => 144469)
--- releases/WebKitGTK/webkit-2.0/Source/WebCore/ChangeLog 2013-03-01 18:07:25 UTC (rev 144468)
+++ releases/WebKitGTK/webkit-2.0/Source/WebCore/ChangeLog 2013-03-01 18:10:11 UTC (rev 144469)
@@ -1,3 +1,13 @@
+2013-02-25 Gustavo Noronha Silva <[email protected]>
+
+ Build fix for gtk2-based library.
+
+ Reviewed by Martin Robinson.
+
+ * platform/gtk/WidgetRenderingContext.cpp: move gtk2 check to after the config.h
+ include, which is the one that includes autotoolsconfig.h, where the gtk2 define
+ lives.
+
2013-02-24 Gustavo Noronha Silva <[email protected]>
[GTK] GTK+ 2 build broken since GTK_API_VERSION_2 moved to autoconfig.h
Modified: releases/WebKitGTK/webkit-2.0/Source/WebCore/platform/gtk/WidgetRenderingContext.cpp (144468 => 144469)
--- releases/WebKitGTK/webkit-2.0/Source/WebCore/platform/gtk/WidgetRenderingContext.cpp 2013-03-01 18:07:25 UTC (rev 144468)
+++ releases/WebKitGTK/webkit-2.0/Source/WebCore/platform/gtk/WidgetRenderingContext.cpp 2013-03-01 18:10:11 UTC (rev 144469)
@@ -26,11 +26,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifdef GTK_API_VERSION_2
-
#include "config.h"
#include "WidgetRenderingContext.h"
+#ifdef GTK_API_VERSION_2
+
#include "GraphicsContext.h"
#include "GtkVersioning.h"
#include "PlatformContextCairo.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes