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

Unified Diff: src/parser.cc

Issue 13343: More assertion propagation. (Closed)
Patch Set: "Does it lint?" Created 12 years 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: src/parser.cc
diff --git a/src/parser.cc b/src/parser.cc
index 8217315c8612be8773a6243e42125fb4d2f996ef..7236cb42cc01e418d16814efc2789b6f2a2e83aa 100644
--- a/src/parser.cc
+++ b/src/parser.cc
@@ -4302,7 +4302,7 @@ ScriptDataImpl* PreParse(unibrow::CharacterStream* stream,
bool ParseRegExp(FlatStringReader* input,
bool multiline,
- RegExpParseResult* result) {
+ RegExpCompileData* result) {
ASSERT(result != NULL);
// Make sure we have a stack guard.
StackGuard guard;

Powered by Google App Engine
This is Rietveld 408576698