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

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

Issue 1163253003: Clean up macros around DEFINE_EVENT_TARGET_REFCOUNTING (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/modules/notifications/Notification.h ('k') | Source/modules/presentation/Presentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/permissions/PermissionStatus.h
diff --git a/Source/modules/permissions/PermissionStatus.h b/Source/modules/permissions/PermissionStatus.h
index 956c5ad5ab018a8dc374b135be52eee7c56eb522..55e98ae7f93bd7e7b0d6d01826fdb440a51169f8 100644
--- a/Source/modules/permissions/PermissionStatus.h
+++ b/Source/modules/permissions/PermissionStatus.h
@@ -25,7 +25,7 @@ class PermissionStatus final
: public RefCountedGarbageCollectedEventTargetWithInlineData<PermissionStatus>
, public ActiveDOMObject
, public WebPermissionObserver {
- DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<PermissionStatus>);
+ REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PermissionStatus);
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PermissionStatus);
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « Source/modules/notifications/Notification.h ('k') | Source/modules/presentation/Presentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698