| Index: third_party/WebKit/Source/platform/heap/Handle.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Handle.h b/third_party/WebKit/Source/platform/heap/Handle.h
|
| index 0e62b436e1f4e4228ee788a3ae7a6db0cab1ddcb..a60b141b6359139a0ae41507565753b612ebf294 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Handle.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Handle.h
|
| @@ -215,8 +215,7 @@ private:
|
| initialize();
|
| return;
|
| }
|
| - if (m_persistentNode && crossThreadnessConfiguration != CrossThreadPersistentConfiguration)
|
| - uninitialize();
|
| + uninitialize();
|
| }
|
|
|
| NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
|
|