Chromium Code Reviews| Index: src/heap-inl.h |
| diff --git a/src/heap-inl.h b/src/heap-inl.h |
| index 2d0968d34195d7ab6a2f1c87f2518323facf55b4..92ae8e54b568284b83ecf46328fcf88fc451b276 100644 |
| --- a/src/heap-inl.h |
| +++ b/src/heap-inl.h |
| @@ -570,11 +570,6 @@ intptr_t Heap::AdjustAmountOfExternalAllocatedMemory( |
| } |
| -void Heap::SetLastScriptId(Object* last_script_id) { |
| - roots_[kLastScriptIdRootIndex] = last_script_id; |
| -} |
| - |
| - |
| Isolate* Heap::isolate() { |
| return reinterpret_cast<Isolate*>(reinterpret_cast<intptr_t>(this) - |
| reinterpret_cast<size_t>(reinterpret_cast<Isolate*>(4)->heap()) + 4); |