| Index: third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| index b7acdbdba4527e5e36f0f64c60e0fb58caa0d117..dd0b771351a0331943c84d1a62bb7bfcb808d2c5 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| @@ -29,7 +29,7 @@ protected:
|
| {
|
| document.release();
|
| #if ENABLE(OILPAN)
|
| - Heap::collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| #endif
|
| }
|
|
|
|
|