| Index: Source/bindings/core/v8/ScriptPreprocessor.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptPreprocessor.cpp b/Source/bindings/core/v8/ScriptPreprocessor.cpp
|
| index 5867a8ca8b9d97f66e0f9c6389411144551e32e5..2a31d3c209566139c9c3c08ecb1c093671bb38f7 100644
|
| --- a/Source/bindings/core/v8/ScriptPreprocessor.cpp
|
| +++ b/Source/bindings/core/v8/ScriptPreprocessor.cpp
|
| @@ -41,7 +41,7 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "wtf/TemporaryChange.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ScriptPreprocessor::ScriptPreprocessor(const ScriptSourceCode& preprocessorSourceCode, LocalFrame* frame)
|
| : m_isPreprocessing(false)
|
| @@ -111,4 +111,4 @@ String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const
|
| return sourceCode;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|