| Index: src/liveedit.cc
 | 
| ===================================================================
 | 
| --- src/liveedit.cc	(revision 10404)
 | 
| +++ src/liveedit.cc	(working copy)
 | 
| @@ -54,7 +54,7 @@
 | 
|    // are element setters causing exceptions and the debugger context has none
 | 
|    // of these.
 | 
|    Handle<Object> no_failure;
 | 
| -  no_failure = SetElement(object, index, value, kNonStrictMode);
 | 
| +  no_failure = JSObject::SetElement(object, index, value, kNonStrictMode);
 | 
|    ASSERT(!no_failure.is_null());
 | 
|    USE(no_failure);
 | 
|  }
 | 
| @@ -1228,7 +1228,7 @@
 | 
|        V8::FatalProcessOutOfMemory("RelocInfoBuffer::GrowBuffer");
 | 
|      }
 | 
|  
 | 
| -    // Setup new buffer.
 | 
| +    // Set up new buffer.
 | 
|      byte* new_buffer = NewArray<byte>(new_buffer_size);
 | 
|  
 | 
|      // Copy the data.
 | 
| 
 |