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

Unified Diff: Source/modules/webusb/USBController.h

Issue 1266153002: Oilpan: Fix compile after r199777. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webusb/USBController.h
diff --git a/Source/modules/webusb/USBController.h b/Source/modules/webusb/USBController.h
index 7564a3ffb7751b59a9a575ded47f70edbeff1be3..ab99223a2aa1c10739e2132269f57ad23dd2b9af 100644
--- a/Source/modules/webusb/USBController.h
+++ b/Source/modules/webusb/USBController.h
@@ -19,6 +19,7 @@ class MODULES_EXPORT USBController final
, public WillBeHeapSupplement<LocalFrame>
, public LocalFrameLifecycleObserver {
WTF_MAKE_NONCOPYABLE(USBController);
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(USBController);
public:
virtual ~USBController();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698