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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js

Issue 2028863002: DevTools: fix css pretty-print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/devtools/front_end/formatter_worker/FormattedContentBuilder.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
index bd7e5d5bbbf7c9928befb802130284708dfc29a4..8e8ea143b09bfac96dba42453c3814eaa2532a50 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
@@ -245,6 +245,10 @@ WebInspector.FormatterWorkerContentParser.prototype = {
parse: function(content) { }
}
+/**
+ * @param {string} content
+ * @param {string} mimeType
+ */
WebInspector.FormatterWorkerContentParser.parse = function(content, mimeType)
{
var extension = self.runtime.extensions(WebInspector.FormatterWorkerContentParser).find(findExtension);
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/formatter_worker/FormattedContentBuilder.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698