summaryrefslogtreecommitdiffstats
path: root/WebKit/win/Interfaces/IWebFramePrivate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/Interfaces/IWebFramePrivate.idl')
-rwxr-xr-xWebKit/win/Interfaces/IWebFramePrivate.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/win/Interfaces/IWebFramePrivate.idl b/WebKit/win/Interfaces/IWebFramePrivate.idl
index f00bec5..96b42ab 100755
--- a/WebKit/win/Interfaces/IWebFramePrivate.idl
+++ b/WebKit/win/Interfaces/IWebFramePrivate.idl
@@ -42,7 +42,9 @@ typedef enum {
WebFrameLoadTypeReloadAllowingStaleData,
WebFrameLoadTypeSame, // user loads same URL again (but not reload button)
WebFrameLoadTypeRedirectWithLockedBackForwardList,
- WebFrameLoadTypeReplace
+ WebFrameLoadTypeReplace,
+ WebFrameLoadTypeReloadFromOrigin,
+ WebFrameLoadTypeBackWMLDeckNotAccessible
} WebFrameLoadType;
[