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

Unified Diff: third_party/WebKit/Source/platform/text/DateTimeFormat.h

Issue 2017053003: Remove StringBuilder::appendLiteral. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. 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
Index: third_party/WebKit/Source/platform/text/DateTimeFormat.h
diff --git a/third_party/WebKit/Source/platform/text/DateTimeFormat.h b/third_party/WebKit/Source/platform/text/DateTimeFormat.h
index 645d5b5261f1f5f5ef833d7650900221ac9c5eff..6f495c05e54b629979ea168405fd25b4111fc93d 100644
--- a/third_party/WebKit/Source/platform/text/DateTimeFormat.h
+++ b/third_party/WebKit/Source/platform/text/DateTimeFormat.h
@@ -109,7 +109,7 @@ public:
// Returns true if succeeded, false if failed.
static bool parse(const String&, TokenHandler&);
- static void quoteAndAppendLiteral(const String&, StringBuilder&);
+ static void quoteAndappend(const String&, StringBuilder&);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp ('k') | third_party/WebKit/Source/platform/text/DateTimeFormat.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698