Chromium Code Reviews

Unified Diff: src/isolate.cc

Issue 7193007: Refix issue 1472. The previous fix worked for the example in the bug (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/isolate.h ('k') | src/jsregexp.cc » ('j') | src/jsregexp.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
===================================================================
--- src/isolate.cc (revision 8301)
+++ src/isolate.cc (working copy)
@@ -1411,6 +1411,7 @@
ast_sentinels_(NULL),
string_tracker_(NULL),
regexp_stack_(NULL),
+ regexp_expansion_factor_(1),
embedder_data_(NULL) {
TRACE_ISOLATE(constructor);
« no previous file with comments | « src/isolate.h ('k') | src/jsregexp.cc » ('j') | src/jsregexp.cc » ('J')

Powered by Google App Engine