| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index f0e6e22db24d74842ab4fa09395d89fca9deaad0..1864f7b7ebf5be0b8044c603b05e8c444a8f04fb 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -1405,8 +1405,6 @@ class Heap {
|
|
|
| void ProcessWeakReferences(WeakObjectRetainer* retainer);
|
|
|
| - void VisitExternalResources(v8::ExternalResourceVisitor* visitor);
|
| -
|
| // Helper function that governs the promotion policy from new space to
|
| // old. If the object's old address lies below the new space's age
|
| // mark or if we've already filled the bottom 1/16th of the to space,
|
|
|