Lint error.
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 15 Jan 2009 13:09:23 +0000 (13:09 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 15 Jan 2009 13:09:23 +0000 (13:09 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1081 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/jsregexp.h

index d6e600cf72297f4e74acfaf73beada3e12cabd18..b0d9450462fd128ba4a19c6ae08972236f282164 100644 (file)
@@ -1082,9 +1082,10 @@ class Trace {
         loop_label_(NULL),
         characters_preloaded_(0),
         bound_checked_up_to_(0) { }
-  // End the trace.  This involves flushing the deferred actions in the trace and
-  // pushing a backtrack location onto the backtrack stack.  Once this is done we
-  // can start a new trace or go to one that has already been generated.
+  // End the trace.  This involves flushing the deferred actions in the trace
+  // and pushing a backtrack location onto the backtrack stack.  Once this is
+  // done we can start a new trace or go to one that has already been
+  // generated.
   bool Flush(RegExpCompiler* compiler, RegExpNode* successor);
   int cp_offset() { return cp_offset_; }
   DeferredAction* actions() { return actions_; }