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

Unified Diff: Source/modules/quota/StorageInfo.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/quota/StorageInfo.h ('k') | Source/modules/quota/StorageQuota.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageInfo.cpp
diff --git a/Source/modules/quota/StorageInfo.cpp b/Source/modules/quota/StorageInfo.cpp
index 61da61389393f4cfd20f7b27d17396f8d0f85373..4f44b4269377e3092e8182731fb3287f1f9a759b 100644
--- a/Source/modules/quota/StorageInfo.cpp
+++ b/Source/modules/quota/StorageInfo.cpp
@@ -44,6 +44,7 @@ namespace WebCore {
StorageInfo::StorageInfo()
{
+ ScriptWrappable::init(this);
}
StorageInfo::~StorageInfo()
« no previous file with comments | « Source/modules/quota/StorageInfo.h ('k') | Source/modules/quota/StorageQuota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698