Index: third_party/WebKit/Source/core/frame/History.cpp |
diff --git a/third_party/WebKit/Source/core/frame/History.cpp b/third_party/WebKit/Source/core/frame/History.cpp |
index dc7802484a843656537fca413322ffe118fa1904..2f53a1724e1926700f2c4a94998bb268ffbf913d 100644 |
--- a/third_party/WebKit/Source/core/frame/History.cpp |
+++ b/third_party/WebKit/Source/core/frame/History.cpp |
@@ -176,7 +176,7 @@ void History::go(ExecutionContext* context, int delta) |
if (!activeDocument->frame() || !activeDocument->frame()->canNavigate(*m_frame)) |
return; |
- if (!NavigationDisablerForBeforeUnload::isNavigationAllowed()) |
+ if (!NavigationDisablerForUnload::isNavigationAllowed()) |
return; |
// We intentionally call reload() for the current frame if delta is zero. |