Chromium Code Reviews| Index: src/regexp-stack.cc |
| diff --git a/src/regexp-stack.cc b/src/regexp-stack.cc |
| index 05daa58d4eb3cf269bcf3fb39a12a9f14dc968dd..83cb6e4ef411c27a11440ed87241f4b25fca4239 100644 |
| --- a/src/regexp-stack.cc |
| +++ b/src/regexp-stack.cc |
| @@ -29,7 +29,8 @@ |
| #include "top.h" |
| #include "regexp-stack.h" |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| RegExpStack::RegExpStack() { |
| // Initialize, if not already initialized. |