| Index: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| index 0ccaaaa3ed112795558e02c2fc287ce78373e016..1688167dfbde61afcf3c7a476057fb4de15f325f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| @@ -63,10 +63,10 @@ class RetainedDOMInfo final : public RetainedObjectInfo {
|
| UntracedMember<Node> m_root;
|
| };
|
|
|
| -class ActiveDOMObjectsInfo final : public RetainedObjectInfo {
|
| +class SuspendableObjectsInfo final : public RetainedObjectInfo {
|
| public:
|
| - explicit ActiveDOMObjectsInfo(int numberOfObjectsWithPendingActivity);
|
| - ~ActiveDOMObjectsInfo() override;
|
| + explicit SuspendableObjectsInfo(int numberOfObjectsWithPendingActivity);
|
| + ~SuspendableObjectsInfo() override;
|
| void Dispose() override;
|
| bool IsEquivalent(v8::RetainedObjectInfo* other) override;
|
| intptr_t GetHash() override;
|
|
|