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

Unified Diff: Source/modules/permissions/PermissionController.h

Issue 1003473003: Oilpan: fix build after r191721 (b3a40c954). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« 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/permissions/PermissionController.h
diff --git a/Source/modules/permissions/PermissionController.h b/Source/modules/permissions/PermissionController.h
index 5e7797a61f9c0493fa22bec37efffb1767b25271..7152c4432f0e797b9401d4ca9cce734a12347287 100644
--- a/Source/modules/permissions/PermissionController.h
+++ b/Source/modules/permissions/PermissionController.h
@@ -13,9 +13,11 @@ namespace blink {
class WebPermissionClient;
class PermissionController final
- : public WillBeHeapSupplement<LocalFrame>
+ : public NoBaseWillBeGarbageCollectedFinalized<PermissionController>
+ , public WillBeHeapSupplement<LocalFrame>
, public FrameDestructionObserver {
WTF_MAKE_NONCOPYABLE(PermissionController);
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PermissionController);
public:
virtual ~PermissionController();
« 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