| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index ad16e0ba590404145287918e2d1cc0a86b0bb008..6b2ade318a577443534125bbb7a83433fbd2f50c 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -577,7 +577,7 @@ private:
|
| size_t totalMemorySize();
|
| double heapGrowingRate();
|
| double partitionAllocGrowingRate();
|
| - bool judgeGCThreshold(size_t allocatedObjectSizeThreshold, double heapGrowingRateThreshold);
|
| + bool judgeGCThreshold(size_t allocatedObjectSizeThreshold, size_t totalMemorySizeThreshold, double heapGrowingRateThreshold);
|
|
|
| void runScheduledGC(BlinkGC::StackState);
|
|
|
|
|