Index: third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js |
index f154fd658778514d4f2344e7bd477f88ed08e590..fd1ddb40cc4fafacfc26da2f5597e9e9975a24ec 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js |
@@ -252,7 +252,7 @@ Resources.ApplicationCacheItemsView = class extends UI.SimpleView { |
_deleteCallback(node) { |
// FIXME: Should we delete a single (selected) resource or all resources? |
- // InspectorBackend.deleteCachedResource(...) |
+ // Protocol.inspectorBackend.deleteCachedResource(...) |
// this._update(); |
} |
}; |