Commit ff1088d6 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Fix lint issue.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@651 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8a8a2487
...@@ -356,7 +356,6 @@ void CompileWithRetryAfterGC(Handle<String> pattern, ...@@ -356,7 +356,6 @@ void CompileWithRetryAfterGC(Handle<String> pattern,
Handle<Object> RegExpImpl::JsreCompile(Handle<JSRegExp> re, Handle<Object> RegExpImpl::JsreCompile(Handle<JSRegExp> re,
Handle<String> pattern, Handle<String> pattern,
JSRegExp::Flags flags) { JSRegExp::Flags flags) {
Handle<String> two_byte_pattern = StringToTwoByte(pattern); Handle<String> two_byte_pattern = StringToTwoByte(pattern);
unsigned number_of_captures; unsigned number_of_captures;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment