| 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();
|
|
|