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

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

Issue 228863002: DevTools: remove setScriptFile from UISourceCode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
Index: Source/devtools/front_end/SourceMapping.js
diff --git a/Source/devtools/front_end/SourceMapping.js b/Source/devtools/front_end/SourceMapping.js
index 791a540c00f8bac89e1f781e430457f6921644c0..7079eb6389e950db8fba2c51f9489f4da3dd64bb 100644
--- a/Source/devtools/front_end/SourceMapping.js
+++ b/Source/devtools/front_end/SourceMapping.js
@@ -69,4 +69,4 @@ WebInspector.ScriptSourceMapping.prototype = {
* @param {!WebInspector.Script} script
*/
addScript: function(script) { }
-}
+}

Powered by Google App Engine
This is Rietveld 408576698