Index: Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js (revision 77794) |
+++ Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js (working copy) |
@@ -136,7 +136,7 @@ |
_update: function() |
{ |
- WebInspector.ApplicationCache.getApplicationCachesAsync(this._updateCallback.bind(this)); |
+ WebInspector.ApplicationCacheDispatcher.getApplicationCachesAsync(this._updateCallback.bind(this)); |
}, |
_updateCallback: function(applicationCaches) |