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

Unified Diff: Source/bindings/core/v8/V8RecursionScope.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/bindings/core/v8/V8RecursionScope.h ('k') | Source/bindings/core/v8/V8ScriptRunner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8RecursionScope.cpp
diff --git a/Source/bindings/core/v8/V8RecursionScope.cpp b/Source/bindings/core/v8/V8RecursionScope.cpp
index 77480b83e1d96ab20e60ceb72bd811f31b01eabe..3dd45966b8196caa2fd4bf27a9fae88a90050e15 100644
--- a/Source/bindings/core/v8/V8RecursionScope.cpp
+++ b/Source/bindings/core/v8/V8RecursionScope.cpp
@@ -34,7 +34,7 @@
#include "bindings/core/v8/ModuleProxy.h"
#include "core/dom/Microtask.h"
-namespace WebCore {
+namespace blink {
void V8RecursionScope::didLeaveScriptContext()
{
@@ -42,4 +42,4 @@ void V8RecursionScope::didLeaveScriptContext()
ModuleProxy::moduleProxy().didLeaveScriptContextForRecursionScope(m_executionContext);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/bindings/core/v8/V8RecursionScope.h ('k') | Source/bindings/core/v8/V8ScriptRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698