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

Unified Diff: Source/web/WebScopedMicrotaskSuppression.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 31a1fd01d9b2b0b5b95f94215b6b3b268221a9a4..a54725c71a36a90e83ee2e5388a06c8bce7f2d77 100644
--- a/Source/web/WebScopedMicrotaskSuppression.cpp
+++ b/Source/web/WebScopedMicrotaskSuppression.cpp
@@ -38,10 +38,10 @@
namespace blink {
#if ENABLE(ASSERT)
-class WebScopedMicrotaskSuppression::Impl : public WebCore::V8RecursionScope::MicrotaskSuppression {
+class WebScopedMicrotaskSuppression::Impl : public blink::V8RecursionScope::MicrotaskSuppression {
public:
Impl(v8::Isolate* isolate)
- : WebCore::V8RecursionScope::MicrotaskSuppression(isolate)
+ : blink::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