| Index: third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp b/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
|
| index 6fbdc6cf0cf5838f9bf747bd7883f08fdb2b5e39..e6cf5f759043b857b5258b6ef2b4e29c49adcde2 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
|
| @@ -49,7 +49,7 @@ protected:
|
| virtual void TearDown()
|
| {
|
| document.release();
|
| - ThreadHeap::collectAllGarbage();
|
| + ThreadState::current()-> collectAllGarbage();
|
| }
|
|
|
| std::unique_ptr<DummyPageHolder> pageHolder;
|
|
|