| Index: public/web/WebFrameLoadType.h
|
| diff --git a/public/web/WebFrameLoadType.h b/public/web/WebFrameLoadType.h
|
| index 31389275951f92d56b215a0484804293786b8b1b..d4f14c92ab05b65cbc61ca8032d5f6d8d4a72b7f 100644
|
| --- a/public/web/WebFrameLoadType.h
|
| +++ b/public/web/WebFrameLoadType.h
|
| @@ -16,7 +16,7 @@ enum class WebFrameLoadType {
|
| BackForward,
|
| Reload,
|
| Same, // user loads same URL again (but not reload button)
|
| - RedirectWithLockedBackForwardList,
|
| + ReplaceCurrentItem,
|
| InitialInChildFrame,
|
| InitialHistoryLoad, // history navigation in a newly created frame
|
| ReloadFromOrigin, // reload bypassing cache
|
|
|