From d2ee7b8765671b8220b498da7fdc821ad56d1b81 Mon Sep 17 00:00:00 2001 From: "mmaxfield@apple.com" Date: Mon, 8 Dec 2014 23:34:03 +0000 Subject: [PATCH] Fix iOS build after r176971. I had previously modified the WTF forwarding header instead of modifying the real source. * wtf/unicode/CharacterNames.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@176982 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WTF/ChangeLog | 8 ++++++++ Source/WTF/wtf/unicode/CharacterNames.h | 2 ++ 2 files changed, 10 insertions(+) diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog index 820e5101297a..7edd71829223 100644 --- a/Source/WTF/ChangeLog +++ b/Source/WTF/ChangeLog @@ -1,3 +1,11 @@ +2014-12-08 Myles C. Maxfield + + Fix iOS build after r176971. + + I had previously modified the WTF forwarding header instead of modifying the real source. + + * wtf/unicode/CharacterNames.h: + 2014-12-08 Anders Carlsson Change WTF::currentCPUTime to return std::chrono::microseconds and get rid of currentCPUTimeMS diff --git a/Source/WTF/wtf/unicode/CharacterNames.h b/Source/WTF/wtf/unicode/CharacterNames.h index 422a326b1f47..894c5afa328c 100644 --- a/Source/WTF/wtf/unicode/CharacterNames.h +++ b/Source/WTF/wtf/unicode/CharacterNames.h @@ -65,6 +65,7 @@ const UChar leftToRightEmbed = 0x202A; const UChar leftToRightMark = 0x200E; const UChar leftToRightOverride = 0x202D; const UChar minusSign = 0x2212; +const UChar narrowNonBreakingSpace = 0x202F; const UChar newlineCharacter = 0x000A; const UChar noBreakSpace = 0x00A0; const UChar objectReplacementCharacter = 0xFFFC; @@ -122,6 +123,7 @@ using WTF::Unicode::leftToRightEmbed; using WTF::Unicode::leftToRightMark; using WTF::Unicode::leftToRightOverride; using WTF::Unicode::minusSign; +using WTF::Unicode::narrowNonBreakingSpace; using WTF::Unicode::newlineCharacter; using WTF::Unicode::noBreakSpace; using WTF::Unicode::objectReplacementCharacter; -- 2.36.0