summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js')
-rw-r--r--Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js b/Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js
index e7aa188..b345749 100644
--- a/Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js
+++ b/Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js
@@ -136,7 +136,7 @@ WebInspector.ApplicationCacheItemsView.prototype = {
_update: function()
{
- WebInspector.ApplicationCache.getApplicationCachesAsync(this._updateCallback.bind(this));
+ WebInspector.ApplicationCacheDispatcher.getApplicationCachesAsync(this._updateCallback.bind(this));
},
_updateCallback: function(applicationCaches)