| Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| index 0cb7a06014f512634b0b52a70df052e26d19fece..5570f70fb115788ddbc9fda0c0b7dc89217792d4 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -485,7 +485,7 @@ class ThreadedTesterBase {
|
| for (int i = 0; i < numberOfThreads; i++) {
|
| m_threads.append(wrapUnique(
|
| Platform::current()->createThread("blink gc testing thread")));
|
| - m_threads.last()->getWebTaskRunner()->postTask(
|
| + m_threads.back()->getWebTaskRunner()->postTask(
|
| BLINK_FROM_HERE,
|
| crossThreadBind(threadFunc, crossThreadUnretained(tester)));
|
| }
|
|
|