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

Unified Diff: src/inspector/string-16.h

Issue 2419453002: Revert of [inspector] fix timestamp formatting with non C locales (Closed)
Patch Set: Created 4 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 | « no previous file | src/inspector/string-16.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/string-16.h
diff --git a/src/inspector/string-16.h b/src/inspector/string-16.h
index 6dc7759de059e1151731da35177c05a47826540f..94069479579fafaa6cffd3b1b80064914b9a3d3d 100644
--- a/src/inspector/string-16.h
+++ b/src/inspector/string-16.h
@@ -35,7 +35,8 @@
static String16 fromInteger(int);
static String16 fromInteger(size_t);
static String16 fromDouble(double);
- static String16 fromDouble(double, int precision);
+ static String16 fromDoublePrecision3(double);
+ static String16 fromDoublePrecision6(double);
int toInteger(bool* ok = nullptr) const;
String16 stripWhiteSpace() const;
« no previous file with comments | « no previous file | src/inspector/string-16.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698