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

Unified Diff: Source/modules/notifications/WebKitNotification.h

Issue 169293002: Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixheaptest Created 6 years, 10 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: Source/modules/notifications/WebKitNotification.h
diff --git a/Source/modules/notifications/WebKitNotification.h b/Source/modules/notifications/WebKitNotification.h
index f789fda9b281b7f01dd72ba220a5ccb53c35da94..79c36b08a4e47f0ef3c05e5862dd24ac6aced138 100644
--- a/Source/modules/notifications/WebKitNotification.h
+++ b/Source/modules/notifications/WebKitNotification.h
@@ -48,7 +48,6 @@ class NotificationCenter;
// Implementation of the legacy notification API as specified the following page:
// http://chromium.org/developers/design-documents/desktop-notifications/api-specification
class WebKitNotification FINAL : public RefCountedWillBeRefCountedGarbageCollected<WebKitNotification>, public NotificationBase {
- DECLARE_GC_INFO;
DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedWillBeRefCountedGarbageCollected<WebKitNotification>);
public:
« no previous file with comments | « Source/modules/notifications/NotificationCenter.cpp ('k') | Source/modules/notifications/WebKitNotification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698