diff options
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/WebKit/qt/ChangeLog | 8 | ||||
| -rw-r--r-- | Source/WebKit/qt/WebCoreSupport/QtPrintContext.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog index 575f6ef93..f83acac41 100644 --- a/Source/WebKit/qt/ChangeLog +++ b/Source/WebKit/qt/ChangeLog @@ -1,3 +1,11 @@ +2012-11-30 Pierre Rossi <pierre.rossi@gmail.com> + + [Qt] Unreviewed build fix. + + In the same vein as r136245. Include PlatformExportMacros proper. + + * WebCoreSupport/QtPrintContext.h: + 2012-11-30 Simon Hausmann <simon.hausmann@digia.com> Unreviewed prospective MIPS build fix: diff --git a/Source/WebKit/qt/WebCoreSupport/QtPrintContext.h b/Source/WebKit/qt/WebCoreSupport/QtPrintContext.h index d6968da4a..7d49d7ac8 100644 --- a/Source/WebKit/qt/WebCoreSupport/QtPrintContext.h +++ b/Source/WebKit/qt/WebCoreSupport/QtPrintContext.h @@ -20,10 +20,10 @@ #ifndef QtPrintContext_h #define QtPrintContext_h +#include <PlatformExportMacros.h> #include <QPainter> #include <QRect> #include <qwebkitglobal.h> -#include <wtf/ExportMacros.h> namespace WebCore { class PrintContext; |
