| Index: third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentNode.h b/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| index ebaf0604edc31cd3090c6accc3988d1193c62ec1..7b94bbe75cd648efd4afae60c592ced48c85b665 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| @@ -139,6 +139,7 @@ public:
|
| ASSERT(!node->isUnused());
|
| return node;
|
| }
|
| +
|
| void freePersistentNode(PersistentNode* persistentNode)
|
| {
|
| ASSERT(m_persistentCount > 0);
|
| @@ -148,6 +149,8 @@ public:
|
| --m_persistentCount;
|
| #endif
|
| }
|
| +
|
| + void releasePersistentNode(PersistentNode*, ThreadState::PersistentClearCallback);
|
| void tracePersistentNodes(Visitor*);
|
| int numberOfPersistents();
|
|
|
|
|