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

Unified Diff: Source/modules/notifications/NotificationCenter.cpp

Issue 15232002: Make remaining modules/ objects ScriptWrappable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/NotificationCenter.h ('k') | Source/modules/quota/StorageInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationCenter.cpp
diff --git a/Source/modules/notifications/NotificationCenter.cpp b/Source/modules/notifications/NotificationCenter.cpp
index dae9320b07623a091507f8c464a560a40e713a1f..fde326f3b1ca3bd365cdc0280a23c39fcc3cbef6 100644
--- a/Source/modules/notifications/NotificationCenter.cpp
+++ b/Source/modules/notifications/NotificationCenter.cpp
@@ -53,6 +53,7 @@ NotificationCenter::NotificationCenter(ScriptExecutionContext* context, Notifica
: ActiveDOMObject(context)
, m_client(client)
{
+ ScriptWrappable::init(this);
}
#if ENABLE(LEGACY_NOTIFICATIONS)
« no previous file with comments | « Source/modules/notifications/NotificationCenter.h ('k') | Source/modules/quota/StorageInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698