| Index: Source/bindings/core/v8/ScriptPreprocessor.h
|
| diff --git a/Source/bindings/core/v8/ScriptPreprocessor.h b/Source/bindings/core/v8/ScriptPreprocessor.h
|
| index 083a5ad1489916b5e6bf6196ffb005e3c6440942..711d80d0251db8087c7adbc37540780f961c40aa 100644
|
| --- a/Source/bindings/core/v8/ScriptPreprocessor.h
|
| +++ b/Source/bindings/core/v8/ScriptPreprocessor.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ScriptController;
|
| class ScriptSourceCode;
|
| @@ -57,6 +57,6 @@ private:
|
| bool m_isPreprocessing;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScriptPreprocessor_h
|
|
|