| Index: third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| index 96cd350d814317601f1c9bf6ef438e4980c1902a..e8c8db2e4ddee4694006572241726c2b355b91cd 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| #include <limits.h>
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| V8Regex::V8Regex(V8InspectorImpl* inspector, const String16& pattern, bool caseSensitive, bool multiline)
|
| : m_inspector(inspector)
|
| @@ -89,4 +89,4 @@ int V8Regex::match(const String16& string, int startFrom, int* matchLength) cons
|
| return matchOffset.As<v8::Int32>()->Value() + startFrom;
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|