| 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
|
|
|