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

Unified Diff: src/parser.h

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.h
diff --git a/src/parser.h b/src/parser.h
index 0ebef74eee879431d45ddb1ffd150621a6968e40..6e86f0961ab43a8646466e66d184a0d69aa231a1 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -147,7 +147,7 @@ ScriptDataImpl* PreParse(unibrow::CharacterStream* stream,
bool ParseRegExp(FlatStringReader* input,
bool multiline,
- RegExpParseResult* result);
+ RegExpCompileData* result);
// Support for doing lazy compilation. The script is the script containing full

Powered by Google App Engine
This is Rietveld 408576698