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

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

Issue 25879002: DevTools: Get rid of styleFile on UISourceCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed test Created 7 years, 2 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/StylesSourceMapping.js ('k') | Source/devtools/front_end/inspector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/UISourceCode.js
diff --git a/Source/devtools/front_end/UISourceCode.js b/Source/devtools/front_end/UISourceCode.js
index e0530dd3a85a4da6ba639a814ba6f33853bdd9d1..9f5ec850b152b31b0ba4e1781cd802bba9799bf8 100644
--- a/Source/devtools/front_end/UISourceCode.js
+++ b/Source/devtools/front_end/UISourceCode.js
@@ -221,22 +221,6 @@ WebInspector.UISourceCode.prototype = {
},
/**
- * @return {WebInspector.StyleFile}
- */
- styleFile: function()
- {
- return this._styleFile;
- },
-
- /**
- * @param {WebInspector.StyleFile} styleFile
- */
- setStyleFile: function(styleFile)
- {
- this._styleFile = styleFile;
- },
-
- /**
* @return {WebInspector.Project}
*/
project: function()
« no previous file with comments | « Source/devtools/front_end/StylesSourceMapping.js ('k') | Source/devtools/front_end/inspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698