diff options
author | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-30 17:25:13 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-30 17:24:20 +0100 |
commit | ce45e9f37e947116adf7352955504b5e06aaeae1 (patch) | |
tree | eec64b13f92504eb3e95a2d01a512adfb7774b75 /Source/WebKit | |
parent | de40fdd2d3c6edf65eed6f43d0d7731440bfb555 (diff) | |
download | qtwebkit-ce45e9f37e947116adf7352955504b5e06aaeae1.tar.gz |
Unreviewed prospective MIPS build fix:
Explicitly include PlatformExportMacros for the correct export macro to be find.
Not really MIPS specific but rather to a minimal build configuration with less implicit
includes.
* WebCoreSupport/UndoStepQt.h:
Change-Id: I8121b0b4c9396269149404539e03f68f74392263
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/WebKit')
-rw-r--r-- | Source/WebKit/qt/ChangeLog | 10 | ||||
-rw-r--r-- | Source/WebKit/qt/WebCoreSupport/UndoStepQt.h | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog index 7d55a135e..575f6ef93 100644 --- a/Source/WebKit/qt/ChangeLog +++ b/Source/WebKit/qt/ChangeLog @@ -1,5 +1,15 @@ 2012-11-30 Simon Hausmann <simon.hausmann@digia.com> + Unreviewed prospective MIPS build fix: + + Explicitly include PlatformExportMacros for the correct export macro to be find. + Not really MIPS specific but rather to a minimal build configuration with less implicit + includes. + + * WebCoreSupport/UndoStepQt.h: + +2012-11-30 Simon Hausmann <simon.hausmann@digia.com> + [Qt] Fix QML import installation with newer Qt Reviewed by Tor Arne Vestbø. diff --git a/Source/WebKit/qt/WebCoreSupport/UndoStepQt.h b/Source/WebKit/qt/WebCoreSupport/UndoStepQt.h index 4950c99f4..ca56f26cb 100644 --- a/Source/WebKit/qt/WebCoreSupport/UndoStepQt.h +++ b/Source/WebKit/qt/WebCoreSupport/UndoStepQt.h @@ -20,11 +20,10 @@ #ifndef UndoStepQt_h #define UndoStepQt_h +#include <PlatformExportMacros.h> #include <UndoStep.h> - #include <qstring.h> #include <qwebkitglobal.h> -#include <wtf/ExportMacros.h> #include <wtf/RefPtr.h> class WEBKIT_EXPORTDATA UndoStepQt { |