Index: Source/bindings/core/v8/ScriptRegexp.cpp |
diff --git a/Source/bindings/core/v8/ScriptRegexp.cpp b/Source/bindings/core/v8/ScriptRegexp.cpp |
index e57796514a9696a06c1fd29da008cc3148d6a1a3..42ec0c7e34a0b576dcc5ccc6fe02ff6e865cd909 100644 |
--- a/Source/bindings/core/v8/ScriptRegexp.cpp |
+++ b/Source/bindings/core/v8/ScriptRegexp.cpp |
@@ -34,7 +34,7 @@ |
#include "bindings/core/v8/V8ScriptRunner.h" |
#include "platform/ScriptForbiddenScope.h" |
-namespace WebCore { |
+namespace blink { |
ScriptRegexp::ScriptRegexp(const String& pattern, TextCaseSensitivity caseSensitivity, MultilineMode multilineMode) |
{ |
@@ -104,4 +104,4 @@ int ScriptRegexp::match(const String& string, int startFrom, int* matchLength) c |
return matchOffset + startFrom; |
} |
-} // namespace WebCore |
+} // namespace blink |