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

Unified Diff: Source/modules/quota/StorageInfo.h

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.cpp ('k') | Source/modules/quota/StorageInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageInfo.h
diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h
index a71c2dfcd695e8cc97452cf09c4a4119f4b43eb1..db0687dc34a8e6dc4dede89917993def0f31d995 100644
--- a/Source/modules/quota/StorageInfo.h
+++ b/Source/modules/quota/StorageInfo.h
@@ -31,6 +31,7 @@
#ifndef StorageInfo_h
#define StorageInfo_h
+#include "bindings/v8/ScriptWrappable.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
@@ -43,7 +44,7 @@ class StorageQuota;
class StorageQuotaCallback;
class StorageUsageCallback;
-class StorageInfo : public RefCounted<StorageInfo> {
+class StorageInfo : public RefCounted<StorageInfo>, public ScriptWrappable {
public:
enum {
TEMPORARY,
« no previous file with comments | « Source/modules/notifications/NotificationCenter.cpp ('k') | Source/modules/quota/StorageInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698