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

Unified Diff: Source/devtools/front_end/sdk/RuntimeModel.js

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/sdk/ResourceTreeModel.js ('k') | Source/devtools/front_end/sdk/SourceMap.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/RuntimeModel.js
diff --git a/Source/devtools/front_end/sdk/RuntimeModel.js b/Source/devtools/front_end/sdk/RuntimeModel.js
index 8ca6a83124126f8c222a72e319643addb01efdd0..8e3ea11dd4f69070ea96b2c8981ff15b288b2212 100644
--- a/Source/devtools/front_end/sdk/RuntimeModel.js
+++ b/Source/devtools/front_end/sdk/RuntimeModel.js
@@ -466,8 +466,3 @@ WebInspector.ExecutionContext.prototype = {
__proto__: WebInspector.SDKObject.prototype
}
-
-/**
- * @type {!WebInspector.RuntimeModel}
- */
-WebInspector.runtimeModel;
« no previous file with comments | « Source/devtools/front_end/sdk/ResourceTreeModel.js ('k') | Source/devtools/front_end/sdk/SourceMap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698