| Index: third_party/WebKit/Source/platform/heap/Heap.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
|
| index 3e9e278ff6c562423fa1f7f3246b7db0fe13253d..43c6c11123cc9275880561efd220b11accb6693a 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -247,7 +247,8 @@ class PLATFORM_EXPORT ThreadHeap {
|
| // always 'alive'.
|
| if (!object)
|
| return true;
|
| - // TODO(keishi): some tests create CrossThreadPersistent on non attached threads.
|
| + // TODO(keishi): some tests create CrossThreadPersistent on non attached
|
| + // threads.
|
| if (!ThreadState::current())
|
| return true;
|
| if (&ThreadState::current()->heap() !=
|
|
|