Title: [136943] trunk/Source/WebKit/qt
Revision
136943
Author
[email protected]
Date
2012-12-07 04:01:44 -0800 (Fri, 07 Dec 2012)

Log Message

[Qt][Qnx] Fix QNX build by adding missing include.
https://bugs.webkit.org/show_bug.cgi?id=104359

Patch by Sergio Martins <[email protected]> on 2012-12-07
Reviewed by Jocelyn Turcotte.

It's where WEBKIT_EXPORTDATA is defined, so include it. Not sure why other
platforms aren't failing.

* WebCoreSupport/QWebPageAdapter.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (136942 => 136943)


--- trunk/Source/WebKit/qt/ChangeLog	2012-12-07 10:50:02 UTC (rev 136942)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-12-07 12:01:44 UTC (rev 136943)
@@ -1,3 +1,15 @@
+2012-12-07  Sergio Martins  <[email protected]>
+
+        [Qt][Qnx] Fix QNX build by adding missing include.
+        https://bugs.webkit.org/show_bug.cgi?id=104359
+
+        Reviewed by Jocelyn Turcotte.
+
+        It's where WEBKIT_EXPORTDATA is defined, so include it. Not sure why other
+        platforms aren't failing.
+
+        * WebCoreSupport/QWebPageAdapter.h:
+
 2012-12-06  Pierre Rossi  <[email protected]>
 
         [Qt] QWebView uses the mobile style and doesn't follow Qt's style

Modified: trunk/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h (136942 => 136943)


--- trunk/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h	2012-12-07 10:50:02 UTC (rev 136942)
+++ trunk/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h	2012-12-07 12:01:44 UTC (rev 136943)
@@ -20,6 +20,7 @@
 #ifndef QWebPageAdapter_h
 #define QWebPageAdapter_h
 
+#include "PlatformExportMacros.h"
 #include "QWebPageClient.h"
 #include "ViewportArguments.h"
 #include "qwebhistory.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to