| Index: third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentNode.cpp b/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| index ffb23221c04ba02f0594a9d9f46a29f23e8894d9..7fbc6d41cd67af64e805cfdc643f8938f8a28eeb 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| @@ -34,7 +34,9 @@ int PersistentRegion::numberOfPersistents() {
|
| ++persistentCount;
|
| }
|
| }
|
| +#if DCHECK_IS_ON()
|
| ASSERT(persistentCount == m_persistentCount);
|
| +#endif
|
| return persistentCount;
|
| }
|
|
|
|
|