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

Unified Diff: third_party/WebKit/Source/core/html/PublicURLManager.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/html/PublicURLManager.h
diff --git a/third_party/WebKit/Source/core/html/PublicURLManager.h b/third_party/WebKit/Source/core/html/PublicURLManager.h
index be663c6ca83ecd044135b3ae9a955fd6f3299c7e..926965d36094195bc2bfb4b2b5abc35268b346f7 100644
--- a/third_party/WebKit/Source/core/html/PublicURLManager.h
+++ b/third_party/WebKit/Source/core/html/PublicURLManager.h
@@ -26,7 +26,7 @@
#ifndef PublicURLManager_h
#define PublicURLManager_h
-#include "core/dom/ActiveDOMObject.h"
+#include "core/dom/SuspendableObject.h"
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
#include "wtf/text/WTFString.h"
@@ -40,7 +40,7 @@ class URLRegistrable;
class PublicURLManager final
: public GarbageCollectedFinalized<PublicURLManager>,
- public ActiveDOMObject {
+ public SuspendableObject {
USING_GARBAGE_COLLECTED_MIXIN(PublicURLManager);
public:
@@ -60,7 +60,7 @@ class PublicURLManager final
// Revokes all URLs associated with |uuid|.
void revoke(const String& uuid);
- // ActiveDOMObject interface.
+ // SuspendableObject interface.
void contextDestroyed() override;
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698