Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: Source/core/frame/LocalDOMWindow.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/NavigatorCPU.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.cpp
diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
index 5365cc9e8a51644d25cc95b119ce1c32e34a9eea..fcbedc571a32e4330605e33fe2ac5c88734d7b2e 100644
--- a/Source/core/frame/LocalDOMWindow.cpp
+++ b/Source/core/frame/LocalDOMWindow.cpp
@@ -158,7 +158,7 @@ private:
static void updateSuddenTerminationStatus(LocalDOMWindow* domWindow, bool addedListener, FrameLoaderClient::SuddenTerminationDisablerType disablerType)
{
- blink::Platform::current()->suddenTerminationChanged(!addedListener);
+ Platform::current()->suddenTerminationChanged(!addedListener);
if (domWindow->frame() && domWindow->frame()->loader().client())
domWindow->frame()->loader().client()->suddenTerminationDisablerChanged(addedListener, disablerType);
}
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/NavigatorCPU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698