Author: [EMAIL PROTECTED]
Date: Tue Oct 28 10:32:01 2008
New Revision: 629

Modified:
    branches/bleeding_edge/src/runtime.cc

Log:
Fix the lint error.

TBR=iposva

Review URL: http://codereview.chromium.org/8664

Modified: branches/bleeding_edge/src/runtime.cc
==============================================================================
--- branches/bleeding_edge/src/runtime.cc       (original)
+++ branches/bleeding_edge/src/runtime.cc       Tue Oct 28 10:32:01 2008
@@ -4009,7 +4009,7 @@
    void visit(uint32_t i, Handle<Object> elm) {
      uint32_t index = i + index_offset_;
      if (index >= index_limit_) return;
-
+
      if (fast_elements_) {
        ASSERT(index < static_cast<uint32_t>(storage_->length()));
        storage_->set(index, *elm);

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to