Revision: 11346
Author: [email protected]
Date: Tue Apr 17 01:59:43 2012
Log: Remove extra whitespace added in r11339
TBR=mnaganov
Review URL: https://chromiumcodereview.appspot.com/9956167
http://code.google.com/p/v8/source/detail?r=11346
Modified:
/branches/bleeding_edge/src/heap-profiler.cc
=======================================
--- /branches/bleeding_edge/src/heap-profiler.cc Mon Apr 16 08:36:19 2012
+++ /branches/bleeding_edge/src/heap-profiler.cc Tue Apr 17 01:59:43 2012
@@ -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