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 6f495c05e54b629979ea168405fd25b4111fc93d..645d5b5261f1f5f5ef833d7650900221ac9c5eff 100644 |
--- a/third_party/WebKit/Source/platform/text/DateTimeFormat.h |
+++ b/third_party/WebKit/Source/platform/text/DateTimeFormat.h |
@@ -109,7 +109,7 @@ |
// Returns true if succeeded, false if failed. |
static bool parse(const String&, TokenHandler&); |
- static void quoteAndappend(const String&, StringBuilder&); |
+ static void quoteAndAppendLiteral(const String&, StringBuilder&); |
}; |
} // namespace blink |