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

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

Issue 2410933002: [inspector] fix timestamp formatting with non C locales (Closed)
Patch Set: better test 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') | src/inspector/string-16.cc » ('J')
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 94069479579fafaa6cffd3b1b80064914b9a3d3d..457c7479ec51b8b8fcb94fc1361e2bfbb5df595e 100644
--- a/src/inspector/string-16.h
+++ b/src/inspector/string-16.h
@@ -35,6 +35,7 @@ class String16 {
static String16 fromInteger(int);
static String16 fromInteger(size_t);
static String16 fromDouble(double);
+ static String16 fromDoubleForcePointAsSeparator(double);
static String16 fromDoublePrecision3(double);
static String16 fromDoublePrecision6(double);
« no previous file with comments | « no previous file | src/inspector/string-16.cc » ('j') | src/inspector/string-16.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698