summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-10 13:08:05 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-11 09:25:42 +0200
commit5909e6d0d10de3e1370b3ea0bc596f580101e3b4 (patch)
tree6acc39b8ea0165562d480f1c54608c6c4ae9f865 /Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
parentbeaeeb99881184fd368c121fcbb1a31c78b794a3 (diff)
parent81cbb264cb9446c4408124d50aeff50164ad0ab4 (diff)
downloadqtwebkit-5909e6d0d10de3e1370b3ea0bc596f580101e3b4.tar.gz
Merge "Merge remote-tracking branch 'origin/5.212' into dev"
Diffstat (limited to 'Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h')
-rw-r--r--Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h b/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
index a20364f76..8bfc1d46e 100644
--- a/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
+++ b/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
@@ -32,9 +32,7 @@
#include "FormState.h"
#include "FrameLoaderClient.h"
-#include "HTMLFormElement.h"
#include "ResourceResponse.h"
-#include "SharedBuffer.h"
#include "URL.h"
#include <QUrl>
#include <qobject.h>
@@ -254,6 +252,10 @@ private:
URL m_lastRequestedUrl;
bool m_isOriginatingLoad;
+
+ // QTFIXME: consider introducing some sort of flags for storing state
+ bool m_isDisplayingErrorPage;
+ bool m_shouldSuppressLoadStarted;
};
}