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

Unified Diff: Source/devtools/front_end/common/utilities.js

Issue 475233003: DevTools: front-end part of color picker (behind experiment). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/devtools/front_end/common/utilities.js
diff --git a/Source/devtools/front_end/common/utilities.js b/Source/devtools/front_end/common/utilities.js
index 15af0cc7a6e335659517642ac8e5405ed27529d5..1eefa9b5e3896c667d49f9e8110d13d35dad9f46 100644
--- a/Source/devtools/front_end/common/utilities.js
+++ b/Source/devtools/front_end/common/utilities.js
@@ -393,7 +393,7 @@ Date.prototype.toISO8601Compact = function()
/**
* @return {string}
*/
- Date.prototype.toConsoleTime = function()
+Date.prototype.toConsoleTime = function()
{
/**
* @param {number} x

Powered by Google App Engine
This is Rietveld 408576698