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 |