diff options
Diffstat (limited to 'WebKit/win/Interfaces/IWebFramePrivate.idl')
-rwxr-xr-x | WebKit/win/Interfaces/IWebFramePrivate.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/win/Interfaces/IWebFramePrivate.idl b/WebKit/win/Interfaces/IWebFramePrivate.idl index bd7c0b6..d1f6cbf 100755 --- a/WebKit/win/Interfaces/IWebFramePrivate.idl +++ b/WebKit/win/Interfaces/IWebFramePrivate.idl @@ -41,7 +41,7 @@ typedef enum { WebFrameLoadTypeReload, WebFrameLoadTypeReloadAllowingStaleData, WebFrameLoadTypeSame, // user loads same URL again (but not reload button) - WebFrameLoadTypeRedirectWithLockedHistory, + WebFrameLoadTypeRedirectWithLockedBackForwardList, WebFrameLoadTypeReplace } WebFrameLoadType; |