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 77ff6fbc51a85385ad38c7b13eadde64a373abae..889503069929b4cff7593984e0da9b426f5efb71 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapPage.h |
+++ b/third_party/WebKit/Source/platform/heap/HeapPage.h |
@@ -687,7 +687,7 @@ public: |
bool lazySweepWithDeadline(double deadlineSeconds); |
void completeSweep(); |
- ThreadState* threadState() { return m_threadState; } |
+ ThreadState* getThreadState() { return m_threadState; } |
int arenaIndex() const { return m_index; } |
protected: |