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

Unified Diff: Source/devtools/front_end/ApplicationCacheModel.js

Issue 202623004: DevTools: [JSDoc] Fix function bind()-ing against their @this annotations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded code Created 6 years, 9 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
« no previous file with comments | « Source/devtools/front_end/ApplicationCacheItemsView.js ('k') | Source/devtools/front_end/AuditRules.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ApplicationCacheModel.js
diff --git a/Source/devtools/front_end/ApplicationCacheModel.js b/Source/devtools/front_end/ApplicationCacheModel.js
index f8a383d82f7dd793fc31efe3ac39782ca8c1eb40..3a2115bcd2a631cc20d16d0b30ad89cc9af6bf91 100644
--- a/Source/devtools/front_end/ApplicationCacheModel.js
+++ b/Source/devtools/front_end/ApplicationCacheModel.js
@@ -212,7 +212,7 @@ WebInspector.ApplicationCacheModel.prototype = {
callback(applicationCache);
}
- ApplicationCacheAgent.getApplicationCacheForFrame(frameId, callbackWrapper.bind(this));
+ ApplicationCacheAgent.getApplicationCacheForFrame(frameId, callbackWrapper);
},
/**
« no previous file with comments | « Source/devtools/front_end/ApplicationCacheItemsView.js ('k') | Source/devtools/front_end/AuditRules.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698