Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: Source/bindings/core/v8/ScriptRegexp.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/core/v8/ScriptRegexp.h ('k') | Source/bindings/core/v8/ScriptSourceCode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/bindings/core/v8/ScriptRegexp.h ('k') | Source/bindings/core/v8/ScriptSourceCode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698