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

Unified Diff: third_party/WebKit/Source/modules/mediasource/MediaSource.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/modules/mediasource/MediaSource.h
diff --git a/third_party/WebKit/Source/modules/mediasource/MediaSource.h b/third_party/WebKit/Source/modules/mediasource/MediaSource.h
index 5083344b7747e769369e1591d5da5df068276aa5..2ceaf0d87981eba979976d4ad08b2febbb2272f6 100644
--- a/third_party/WebKit/Source/modules/mediasource/MediaSource.h
+++ b/third_party/WebKit/Source/modules/mediasource/MediaSource.h
@@ -32,7 +32,7 @@
#define MediaSource_h
#include "bindings/core/v8/ActiveScriptWrappable.h"
-#include "core/dom/ActiveDOMObject.h"
+#include "core/dom/SuspendableObject.h"
#include "core/html/HTMLMediaSource.h"
#include "core/html/TimeRanges.h"
#include "core/html/URLRegistry.h"
@@ -52,7 +52,7 @@ class WebSourceBuffer;
class MediaSource final : public EventTargetWithInlineData,
public HTMLMediaSource,
public ActiveScriptWrappable,
- public ActiveDOMObject {
+ public SuspendableObject {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(MediaSource);
@@ -107,7 +107,7 @@ class MediaSource final : public EventTargetWithInlineData,
// ScriptWrappable
bool hasPendingActivity() const final;
- // ActiveDOMObject interface
+ // SuspendableObject interface
void contextDestroyed() override;
// URLRegistrable interface

Powered by Google App Engine
This is Rietveld 408576698