Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
| index 801668b5be5a9f7b6d98fbae94cd80cf14e15478..749ee4529173b39993d3390243aaa59c69eea920 100644 |
| --- a/runtime/vm/raw_object.h |
| +++ b/runtime/vm/raw_object.h |
| @@ -497,8 +497,6 @@ class RawObject { |
| #if defined(DEBUG) |
| ValidateOverwrittenPointer(*addr); |
| #endif // DEBUG |
| - // Ensure that this object contains the addr. |
| - ASSERT(Contains(reinterpret_cast<uword>(addr))); |
|
koda
2015/01/28 18:52:33
This is fine for now; it's unlikely to catch any b
|
| VerifiedMemory::Write(const_cast<type*>(addr), value); |
| // Filter stores based on source and target. |
| if (!value->IsHeapObject()) return; |