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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js

Issue 2223123003: DevTools: Add custom CPU throttling option to timeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing caseq comments. Created 4 years, 4 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: third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js b/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js
index c3aea93e002ad16cc3459036b830bcbf9303c224..6dcc03939a92d944e9fdcdf9df3bc31a2eb18e08 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js
@@ -10,7 +10,7 @@
WebInspector.AddSourceMapURLDialog = function(callback)
{
WebInspector.HBox.call(this, true);
- this.registerRequiredCSS("sources/addSourceMapURLDialog.css");
+ this.registerRequiredCSS("ui_lazy/dialog.css");
this.contentElement.createChild("label").textContent = WebInspector.UIString("Source map URL: ");
this._input = this.contentElement.createChild("input");

Powered by Google App Engine
This is Rietveld 408576698