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