Index: src/third_party/jscre/pcre_ucp_searchfuncs.cpp |
=================================================================== |
--- src/third_party/jscre/pcre_ucp_searchfuncs.cpp (revision 848) |
+++ src/third_party/jscre/pcre_ucp_searchfuncs.cpp (working copy) |
@@ -46,6 +46,8 @@ |
#include "ucpinternal.h" /* Internal table details */ |
#include "ucptable.cpp" /* The table itself */ |
+namespace v8 { namespace jscre { |
+ |
/************************************************* |
* Search table and return other case * |
*************************************************/ |
@@ -96,3 +98,5 @@ |
offset |= f1_caseneg; |
return !offset ? -1 : c + offset; |
} |
+ |
+} } // namespace v8::jscre |