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

Unified Diff: third_party/WebKit/Source/modules/device_light/DeviceLightController.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/device_light/DeviceLightController.h
diff --git a/third_party/WebKit/Source/modules/device_light/DeviceLightController.h b/third_party/WebKit/Source/modules/device_light/DeviceLightController.h
index b4fe6659b6c2861df93f3813e90dc5bed165d1f3..f8fa77077b3924b0de7e6f98d41b9fa1e204cf98 100644
--- a/third_party/WebKit/Source/modules/device_light/DeviceLightController.h
+++ b/third_party/WebKit/Source/modules/device_light/DeviceLightController.h
@@ -13,7 +13,7 @@ namespace blink {
class Event;
-class MODULES_EXPORT DeviceLightController final : public DeviceSingleWindowEventController, public HeapSupplement<Document> {
+class MODULES_EXPORT DeviceLightController final : public DeviceSingleWindowEventController, public Supplement<Document> {
USING_GARBAGE_COLLECTED_MIXIN(DeviceLightController);
public:
~DeviceLightController() override;

Powered by Google App Engine
This is Rietveld 408576698