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

Unified Diff: Source/web/WebScopedMicrotaskSuppression.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebScopedUserGesture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebScopedMicrotaskSuppression.cpp
diff --git a/Source/web/WebScopedMicrotaskSuppression.cpp b/Source/web/WebScopedMicrotaskSuppression.cpp
index a54725c71a36a90e83ee2e5388a06c8bce7f2d77..717121214c24cd5566a9b7e8d93c18a2f9304d7a 100644
--- a/Source/web/WebScopedMicrotaskSuppression.cpp
+++ b/Source/web/WebScopedMicrotaskSuppression.cpp
@@ -38,10 +38,10 @@
namespace blink {
#if ENABLE(ASSERT)
-class WebScopedMicrotaskSuppression::Impl : public blink::V8RecursionScope::MicrotaskSuppression {
+class WebScopedMicrotaskSuppression::Impl : public V8RecursionScope::MicrotaskSuppression {
public:
Impl(v8::Isolate* isolate)
- : blink::V8RecursionScope::MicrotaskSuppression(isolate)
+ : V8RecursionScope::MicrotaskSuppression(isolate)
{
}
};
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebScopedUserGesture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698