Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698