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

Unified Diff: src/third_party/jscre/pcre_xclass.cpp

Issue 12511: Added the v8::jscre namespace around the jscre functions to avoid link errors... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 1 month 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 | « src/third_party/jscre/pcre_ucp_searchfuncs.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/jscre/pcre_xclass.cpp
===================================================================
--- src/third_party/jscre/pcre_xclass.cpp (revision 849)
+++ src/third_party/jscre/pcre_xclass.cpp (working copy)
@@ -42,6 +42,8 @@
#include "pcre_internal.h"
+namespace v8 { namespace jscre {
+
/*************************************************
* Match character against an XCLASS *
*************************************************/
@@ -112,3 +114,5 @@
return negated; /* char did not match */
}
+
+} } // namespace v8::jscre
« no previous file with comments | « src/third_party/jscre/pcre_ucp_searchfuncs.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698