Reviewers: Mikhail Naganov (Chromium),

Description:
Remove extra whitespace added in r11339

TBR=mnaganov

Please review this at https://chromiumcodereview.appspot.com/9956167/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/heap-profiler.cc


Index: src/heap-profiler.cc
===================================================================
--- src/heap-profiler.cc        (revision 11345)
+++ src/heap-profiler.cc        (working copy)
@@ -194,7 +194,7 @@
     return v8::HeapProfiler::kUnknownObjectId;
   HeapProfiler* profiler = Isolate::Current()->heap_profiler();
   ASSERT(profiler != NULL);
- return profiler->snapshots_->FindObjectId(HeapObject::cast(*obj) ->address()); + return profiler->snapshots_->FindObjectId(HeapObject::cast(*obj)->address());
 }




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

Reply via email to