| 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 56718f425a11997c32b7b0a2d2a8f93c98f04074..5b9a07b1a5c16d796d23a51d3ddbca2e2207c6d6 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -524,6 +524,8 @@ public:
|
| void decreaseAllocatedObjectSize(size_t);
|
| void increaseMarkedObjectSize(size_t);
|
|
|
| + void callThreadShutdownHooks();
|
| +
|
| private:
|
| enum SnapshotType {
|
| HeapSnapshot,
|
|
|