| Index: third_party/WebKit/Source/platform/heap/Persistent.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Persistent.h b/third_party/WebKit/Source/platform/heap/Persistent.h
|
| index 62ae0943988b600eeec328b449920b31dc98c31e..1c95e309cdce614b8dd593a686ced5f3152e495e 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Persistent.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Persistent.h
|
| @@ -180,6 +180,7 @@ private:
|
| else
|
| m_raw = ptr;
|
| checkPointer();
|
| + ASSERT(ThreadState::current());
|
| if (m_raw) {
|
| if (!m_persistentNode)
|
| initialize();
|
|
|