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

Unified Diff: Source/modules/quota/DeprecatedStorageInfo.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/quota/DeprecatedStorageInfo.cpp
diff --git a/Source/modules/quota/DeprecatedStorageInfo.cpp b/Source/modules/quota/DeprecatedStorageInfo.cpp
index 8ca5affdeb42e4819b4d72b80221384795c295a8..242161649595065700776ff2825a3cf7e54b1b00 100644
--- a/Source/modules/quota/DeprecatedStorageInfo.cpp
+++ b/Source/modules/quota/DeprecatedStorageInfo.cpp
@@ -43,7 +43,6 @@ namespace blink {
DeprecatedStorageInfo::DeprecatedStorageInfo()
{
- ScriptWrappable::init(this);
}
void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType, PassOwnPtrWillBeRawPtr<StorageUsageCallback> successCallback, PassOwnPtrWillBeRawPtr<StorageErrorCallback> errorCallback)

Powered by Google App Engine
This is Rietveld 408576698