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

Unified Diff: third_party/WebKit/Source/modules/webusb/NavigatorUSB.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/webusb/NavigatorUSB.h
diff --git a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
index 32ba5a0f9e494dac7c1ccbcc5daf4f205851a9a6..59bf79ed6581f37babf70dff7c5777886bb42d01 100644
--- a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
+++ b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
@@ -15,7 +15,7 @@ class USB;
class NavigatorUSB final
: public GarbageCollected<NavigatorUSB>
- , public HeapSupplement<Navigator> {
+ , public Supplement<Navigator> {
USING_GARBAGE_COLLECTED_MIXIN(NavigatorUSB);
public:
// Gets, or creates, NavigatorUSB supplement on Navigator.

Powered by Google App Engine
This is Rietveld 408576698