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

Unified Diff: runtime/vm/regexp.cc

Issue 1071713003: - Remove JSCRE from the runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 months 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
Index: runtime/vm/regexp.cc
===================================================================
--- runtime/vm/regexp.cc (revision 44981)
+++ runtime/vm/regexp.cc (working copy)
@@ -5148,7 +5148,7 @@
const String& pattern,
bool multi_line,
bool ignore_case) {
- const JSRegExp& regexp = JSRegExp::Handle(JSRegExp::New(0));
+ const JSRegExp& regexp = JSRegExp::Handle(JSRegExp::New());
regexp.set_pattern(pattern);

Powered by Google App Engine
This is Rietveld 408576698