Index: src/third_party/jscre/pcre_exec.cpp |
=================================================================== |
--- src/third_party/jscre/pcre_exec.cpp (revision 848) |
+++ src/third_party/jscre/pcre_exec.cpp (working copy) |
@@ -61,6 +61,8 @@ |
#undef min |
#undef max |
+namespace v8 { namespace jscre { |
+ |
#ifndef USE_COMPUTED_GOTO_FOR_MATCH_RECURSION |
typedef int ReturnLocation; |
#else |
@@ -2079,3 +2081,5 @@ |
DPRINTF((">>>> returning PCRE_ERROR_NOMATCH\n")); |
return JSRegExpErrorNoMatch; |
} |
+ |
+} } // namespace v8::jscre |