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

Unified Diff: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h

Issue 1846913009: HeapSupplements are now just Supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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/installedapp/NavigatorInstalledApp.h
diff --git a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
index c32f57f5de71b2b6b11a89ce1bd41909909ae2fb..38f5db2ac6bfb42e1a13f0a50ec15f8c379e6ed8 100644
--- a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
+++ b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
@@ -18,7 +18,7 @@ class ScriptPromise;
class ScriptState;
class InstalledAppController;
-class NavigatorInstalledApp final : public GarbageCollectedFinalized<NavigatorInstalledApp>, public HeapSupplement<Navigator>, public DOMWindowProperty {
+class NavigatorInstalledApp final : public GarbageCollectedFinalized<NavigatorInstalledApp>, public Supplement<Navigator>, public DOMWindowProperty {
USING_GARBAGE_COLLECTED_MIXIN(NavigatorInstalledApp);
public:
static NavigatorInstalledApp* from(Document&);

Powered by Google App Engine
This is Rietveld 408576698