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

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

Issue 1033963002: Oilpan: finalization of Permissions and SyncManager not needed. (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 | « Source/modules/background_sync/SyncManager.h ('k') | Source/modules/permissions/Permissions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/permissions/Permissions.h
diff --git a/Source/modules/permissions/Permissions.h b/Source/modules/permissions/Permissions.h
index fd34c2d9f0f4a4e3944d97b0f54594a3fe69d6b3..be5170781186191c8b8644de3d128b950d23eab4 100644
--- a/Source/modules/permissions/Permissions.h
+++ b/Source/modules/permissions/Permissions.h
@@ -18,13 +18,11 @@ namespace blink {
class ScriptState;
class Permissions final
- : public GarbageCollectedFinalized<Permissions>
+ : public GarbageCollected<Permissions>
, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- virtual ~Permissions();
-
- DECLARE_VIRTUAL_TRACE();
+ DEFINE_INLINE_TRACE() { }
ScriptPromise query(ScriptState*, const AtomicString&);
};
« no previous file with comments | « Source/modules/background_sync/SyncManager.h ('k') | Source/modules/permissions/Permissions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698