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

Unified Diff: third_party/WebKit/Source/core/workers/InProcessWorkerBase.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/core/workers/InProcessWorkerBase.h
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
index da27b03d50830848fbbd00359583c6ad451c8f03..b7d7db7a1c0203e480237fa9e2ed9eb59fad795e 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
@@ -7,8 +7,8 @@
#include "bindings/core/v8/ActiveScriptWrappable.h"
#include "core/CoreExport.h"
-#include "core/dom/ActiveDOMObject.h"
#include "core/dom/MessagePort.h"
+#include "core/dom/SuspendableObject.h"
#include "core/events/EventListener.h"
#include "core/events/EventTarget.h"
#include "core/workers/AbstractWorker.h"
@@ -37,7 +37,7 @@ class CORE_EXPORT InProcessWorkerBase : public AbstractWorker,
static bool canTransferArrayBuffersAndImageBitmaps() { return true; }
void terminate();
- // ActiveDOMObject
+ // SuspendableObject
void contextDestroyed() override;
// ScriptWrappable

Powered by Google App Engine
This is Rietveld 408576698