| 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 dc832441d1cfef9ccf529e21b46237d2737579e4..7f92c663bb0a784eb97cc0a5b9d6d7763ca2acc3 100644
 | 
| --- a/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
 | 
| @@ -124,7 +124,7 @@ public:
 | 
|          // causing a test failure.
 | 
|          m_helper.clear();
 | 
|          m_client.clear();
 | 
| -        Heap::collectAllGarbage();
 | 
| +        ThreadHeap::collectAllGarbage();
 | 
|      }
 | 
|  
 | 
|      Persistent<MockAutoplayClient> m_client;
 | 
| 
 |