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

Unified Diff: third_party/WebKit/Source/modules/nfc/NavigatorNFC.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/nfc/NavigatorNFC.h
diff --git a/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h b/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h
index 7dfea19efc41c567b44e6532379d29147114c3d9..0d30e63b702db3af947648b40c1d063d48fb8685 100644
--- a/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h
+++ b/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h
@@ -15,7 +15,7 @@ class Navigator;
class NavigatorNFC final
: public GarbageCollected<NavigatorNFC>
- , public HeapSupplement<Navigator> {
+ , public Supplement<Navigator> {
USING_GARBAGE_COLLECTED_MIXIN(NavigatorNFC);
public:

Powered by Google App Engine
This is Rietveld 408576698