| Index: third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp b/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| index a96605af854d6438ea66134694c08532bfc493b9..b9c022a85b9806bb2fbbba631573901661d89a1a 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| @@ -139,7 +139,7 @@ public:
|
| // causing a test failure.
|
| m_helper.clear();
|
| m_client.clear();
|
| - ThreadHeap::collectAllGarbage();
|
| + ThreadState::current()-> collectAllGarbage();
|
| }
|
|
|
| Persistent<MockAutoplayClient> m_client;
|
|
|