| Index: third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| index e15fd8e746c6b072d3a288074c8086977f3251f1..572afd7a00a941225f27648980812844f6df7869 100644
|
| --- a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| @@ -43,7 +43,9 @@ namespace blink {
|
| // (replace-match "-" nil nil))
|
| // (goto-char 0)
|
| // ; Pad 4 digit characters, step 1
|
| -// (while (re-search-forward "\\([^0-9A-F]*\\)\\([0-9A-F]\\{4\\}\\)\\([^0-9A-F]\\)" nil t)
|
| +// (while (re-search-forward
|
| +// "\\([^0-9A-F]*\\)\\([0-9A-F]\\{4\\}\\)\\([^0-9A-F]\\)"
|
| +// nil t)
|
| // (replace-match "\\1\\\\U0000\\2\\3" nil nil))
|
| // (goto-char 0)
|
| // ; Fix up 5 digit characters padding, step 2
|
|
|