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

Unified Diff: Source/platform/ScriptForbiddenScope.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/ScriptForbiddenScope.h ('k') | Source/platform/SecureTextInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ScriptForbiddenScope.cpp
diff --git a/Source/platform/ScriptForbiddenScope.cpp b/Source/platform/ScriptForbiddenScope.cpp
index 49387a72ac66d83c6d216074b80a0a392691ecbf..55ec6a19c031e32063566cab36657e886e9d7fdf 100644
--- a/Source/platform/ScriptForbiddenScope.cpp
+++ b/Source/platform/ScriptForbiddenScope.cpp
@@ -8,7 +8,7 @@
#include "wtf/Assertions.h"
#include "wtf/MainThread.h"
-namespace WebCore {
+namespace blink {
static unsigned s_scriptForbiddenCount = 0;
@@ -40,4 +40,4 @@ ScriptForbiddenScope::AllowUserAgentScript::~AllowUserAgentScript()
ASSERT(!s_scriptForbiddenCount);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/ScriptForbiddenScope.h ('k') | Source/platform/SecureTextInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698