| 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 1864d0082a5f79a532ff892de637e225aa2289f1..456d154a3a689c083b227afc911945329f6f0716 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -522,6 +522,8 @@ public:
|
|
|
| void callThreadShutdownHooks();
|
|
|
| + v8::Isolate* isolate() const { return m_isolate; }
|
| +
|
| private:
|
| enum SnapshotType {
|
| HeapSnapshot,
|
|
|