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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.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/screen_orientation/ScreenScreenOrientation.h
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.h
index e1c3da8c59340b0d0841dec587465b7a7a81ad3c..1834a777054d3a892724ab9d0b538135dd86524c 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.h
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.h
@@ -14,7 +14,7 @@ class ScreenOrientation;
class Screen;
class ScriptState;
-class ScreenScreenOrientation final : public GarbageCollected<ScreenScreenOrientation>, public HeapSupplement<Screen> {
+class ScreenScreenOrientation final : public GarbageCollected<ScreenScreenOrientation>, public Supplement<Screen> {
USING_GARBAGE_COLLECTED_MIXIN(ScreenScreenOrientation);
public:
static ScreenScreenOrientation& from(Screen&);

Powered by Google App Engine
This is Rietveld 408576698