| Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp b/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| index c6ec8744db8c2f5b8ded0cd0e4af0a8e2dac0a0d..14a28f843917666708bce7a56ded58c8f684abdb 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| @@ -73,7 +73,7 @@
|
| new PreloadSuppressingCSSPreloaderResourceClient(resource, preloader);
|
|
|
| // Destroys the resourceClient.
|
| - ThreadState::current()-> collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
|
|
| const char* data = "@import url('http://127.0.0.1/preload.css');";
|
| // Should not crash.
|
|
|