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

Unified Diff: Source/bindings/core/v8/ModuleProxy.cpp

Issue 424983002: Stop using WebCore namespace in generated code (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 | « no previous file | Source/bindings/core/v8/V8WindowShell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ModuleProxy.cpp
diff --git a/Source/bindings/core/v8/ModuleProxy.cpp b/Source/bindings/core/v8/ModuleProxy.cpp
index fe9a4be200796654232437da2d47ece1d2b68357..dd969a800ce9c096c6f09ecd4934c48ccfaf213c 100644
--- a/Source/bindings/core/v8/ModuleProxy.cpp
+++ b/Source/bindings/core/v8/ModuleProxy.cpp
@@ -48,4 +48,4 @@ void ModuleProxy::registerDidLeaveScriptContextForRecursionScope(void (*didLeave
m_didLeaveScriptContextForRecursionScope = didLeaveScriptContext;
}
-} // WebCore
+} // namespace blink
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8WindowShell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698