| 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 b0ac9f76bc0828dcbdb89d5d5a7cad54e666b1da..9bcef40fe0ab6da5e96b0bc08bdcff9385ffb2f2 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -576,10 +576,6 @@
|
| void allocationPointAdjusted(int heapIndex);
|
| void promptlyFreed(size_t gcInfoIndex);
|
|
|
| -#if OS(WIN) && COMPILER(MSVC)
|
| - size_t threadStackSize();
|
| -#endif
|
| -
|
| private:
|
| enum SnapshotType {
|
| HeapSnapshot,
|
| @@ -687,12 +683,8 @@
|
| ThreadIdentifier m_thread;
|
| OwnPtr<PersistentRegion> m_persistentRegion;
|
| BlinkGC::StackState m_stackState;
|
| -#if OS(WIN) && COMPILER(MSVC)
|
| - size_t m_threadStackSize;
|
| -#endif
|
| intptr_t* m_startOfStack;
|
| intptr_t* m_endOfStack;
|
| -
|
| void* m_safePointScopeMarker;
|
| Vector<Address> m_safePointStackCopy;
|
| bool m_atSafePoint;
|
|
|