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

Unified Diff: src/regexp-codegen.h

Issue 9457: Fix lint issues.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/regexp2000/
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
Index: src/regexp-codegen.h
===================================================================
--- src/regexp-codegen.h (revision 704)
+++ src/regexp-codegen.h (working copy)
@@ -93,7 +93,7 @@
// Check the current character for a match with a character class. Take
// one of the actions depending on whether there is a match.
virtual void CheckCharacters(
- Vector<uc16> string,
+ Vector<uc16> str,
int fail_action,
int offset,
Label* state = NULL) = 0; // Used by kGotoLabel on failure.
« src/assembler-re2k.h ('K') | « src/interpreter-re2k.cc ('k') | test/cctest/test-regexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698