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

Unified Diff: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp

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/core/streams/UnderlyingSourceBase.cpp
diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
index 7472addf7666c88528a76d7136b9c1fdcf5f82f2..115b1f441afda1d0cf20501a329ed5d8fc4fbb2f 100644
--- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
+++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
@@ -66,7 +66,7 @@ void UnderlyingSourceBase::contextDestroyed() {
}
DEFINE_TRACE(UnderlyingSourceBase) {
- ActiveDOMObject::trace(visitor);
+ SuspendableObject::trace(visitor);
visitor->trace(m_controller);
}

Powered by Google App Engine
This is Rietveld 408576698