summaryrefslogtreecommitdiff
path: root/Source/WebCore/loader/FrameLoaderStateMachine.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-06-27 06:07:23 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-06-27 06:07:23 +0000
commit1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c (patch)
tree46dcd36c86e7fbc6e5df36deb463b33e9967a6f7 /Source/WebCore/loader/FrameLoaderStateMachine.h
parent32761a6cee1d0dee366b885b7b9c777e67885688 (diff)
downloadWebKitGtk-tarball-master.tar.gz
Diffstat (limited to 'Source/WebCore/loader/FrameLoaderStateMachine.h')
-rw-r--r--Source/WebCore/loader/FrameLoaderStateMachine.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/Source/WebCore/loader/FrameLoaderStateMachine.h b/Source/WebCore/loader/FrameLoaderStateMachine.h
index 8bce923e8..714e5d6fa 100644
--- a/Source/WebCore/loader/FrameLoaderStateMachine.h
+++ b/Source/WebCore/loader/FrameLoaderStateMachine.h
@@ -26,9 +26,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef FrameLoaderStateMachine_h
-#define FrameLoaderStateMachine_h
+#pragma once
+#include "PlatformExportMacros.h"
#include <wtf/Noncopyable.h>
namespace WebCore {
@@ -51,11 +51,11 @@ public:
FirstLayoutDone
};
- bool committingFirstRealLoad() const;
+ WEBCORE_EXPORT bool committingFirstRealLoad() const;
bool committedFirstRealDocumentLoad() const;
bool creatingInitialEmptyDocument() const;
- bool isDisplayingInitialEmptyDocument() const;
- bool firstLayoutDone() const;
+ WEBCORE_EXPORT bool isDisplayingInitialEmptyDocument() const;
+ WEBCORE_EXPORT bool firstLayoutDone() const;
void advanceTo(State);
private:
@@ -63,5 +63,3 @@ private:
};
} // namespace WebCore
-
-#endif // FrameLoaderStateMachine_h