| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 2782ed85acad721a01ff1a57c427b253f5d88312..f430b0fd814fc4cebcf1636305cd19bd07af5164 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -761,7 +761,7 @@ class Heap {
|
|
|
| // Finalizes an external string by deleting the associated external
|
| // data and clearing the resource pointer.
|
| - inline void FinalizeExternalString(String* string);
|
| + void FinalizeExternalString(String* string);
|
|
|
| // Initialize a filler object to keep the ability to iterate over the heap
|
| // when introducing gaps within pages.
|
|
|