summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/WebKit/qt/ChangeLog10
-rw-r--r--Source/WebKit/qt/WebCoreSupport/UndoStepQt.h3
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 {