diff options
Diffstat (limited to 'WebKit/win/Interfaces/IWebFramePrivate.idl')
-rwxr-xr-x | WebKit/win/Interfaces/IWebFramePrivate.idl | 4 |
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; [ |