| Index: Source/bindings/core/v8/ScriptRegexp.h
|
| diff --git a/Source/bindings/core/v8/ScriptRegexp.h b/Source/bindings/core/v8/ScriptRegexp.h
|
| index 30b46617acd0e1d6128fa295d2fc24e8aaad897e..4e768e9b969a25544ee3bb1c54ba9cbb43673872 100644
|
| --- a/Source/bindings/core/v8/ScriptRegexp.h
|
| +++ b/Source/bindings/core/v8/ScriptRegexp.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum MultilineMode {
|
| MultilineDisabled,
|
| @@ -52,6 +52,6 @@ private:
|
| ScopedPersistent<v8::RegExp> m_regex;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScriptRegexp_h
|
|
|