/**@class android.webkit.WebStorage.QuotaUpdater
 Encapsulates a callback function which is used to provide a new quota
 for a JavaScript storage API.
 See
 {@link android.webkit.WebChromeClient#onExceededDatabaseQuota} and
 {@link android.webkit.WebChromeClient#onReachedMaxAppCacheSize}.
 @deprecated This class is obsolete and no longer used.
*/
var QuotaUpdater = {

/**Provides a new quota, specified in bytes.
@param {Number} newQuota the new quota, in bytes
*/
updateQuota : function(  ) {},


};