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

Unified Diff: public/web/WebScopedMicrotaskSuppression.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebRuntimeFeatures.h ('k') | public/web/WebScopedUserGesture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebScopedMicrotaskSuppression.h
diff --git a/public/web/WebScopedMicrotaskSuppression.h b/public/web/WebScopedMicrotaskSuppression.h
index 50c76f7ee4b09a34c2a83ecdff38070314891eb4..7245cd58832fa9050e15d42a0727c6e734f165eb 100644
--- a/public/web/WebScopedMicrotaskSuppression.h
+++ b/public/web/WebScopedMicrotaskSuppression.h
@@ -33,7 +33,7 @@
#include "../platform/WebPrivateOwnPtr.h"
-namespace WebKit {
+namespace blink {
// This class wraps V8RecursionScope::BypassMicrotaskCheckpoint. Please
// see V8RecursionScope.h for full usage. Short story: Embedder calls into
@@ -49,7 +49,7 @@ namespace WebKit {
//
// ...
// {
-// WebKit::WebScopedMicrotaskSuppression suppression;
+// blink::WebScopedMicrotaskSuppression suppression;
// func->Call(global, argv, args);
// }
// ...
« no previous file with comments | « public/web/WebRuntimeFeatures.h ('k') | public/web/WebScopedUserGesture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698