| Index: third_party/WebKit/Source/platform/heap/HeapPage.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.h b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| index 7eed9b64bb11e51e8dc96eb55e1b1cd229db747c..11b8138ae01492f8c458f3c4e64dc76f20d824bc 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| @@ -694,6 +694,8 @@ public:
|
| ThreadState* getThreadState() { return m_threadState; }
|
| int arenaIndex() const { return m_index; }
|
|
|
| + Address allocateLargeObject(size_t allocationSize, size_t gcInfoIndex);
|
| +
|
| protected:
|
| BasePage* m_firstPage;
|
| BasePage* m_firstUnsweptPage;
|
|
|