Title: [155054] branches/safari-537-branch/Source/WTF
- Revision
- 155054
- Author
- [email protected]
- Date
- 2013-09-04 11:46:20 -0700 (Wed, 04 Sep 2013)
Log Message
Merged r155020. <rdar://problem/14654926>
Modified Paths
Diff
Modified: branches/safari-537-branch/Source/WTF/ChangeLog (155053 => 155054)
--- branches/safari-537-branch/Source/WTF/ChangeLog 2013-09-04 18:44:39 UTC (rev 155053)
+++ branches/safari-537-branch/Source/WTF/ChangeLog 2013-09-04 18:46:20 UTC (rev 155054)
@@ -1,5 +1,23 @@
2013-09-04 Lucas Forschler <[email protected]>
+ Merge r155020
+
+ 2013-09-03 Enrica Casucci <[email protected]>
+
+ Follow up to http://trac.webkit.org/changeset/155014
+
+ Reviewed by Alexey Proskuryakov.
+
+ In the r155014 I renamed hasLineBreakingPropertyComplexContext
+ to requiresComplexContextForWordBreaking but forgot to
+ make the same change in UnicodeWchar.h.
+
+ * wtf/unicode/wchar/UnicodeWchar.cpp:
+ (WTF::Unicode::requiresComplexContextForWordBreaking):
+ * wtf/unicode/wchar/UnicodeWchar.h:
+
+2013-09-04 Lucas Forschler <[email protected]>
+
Merge r155014
2013-09-03 Enrica Casucci <[email protected]>
Modified: branches/safari-537-branch/Source/WTF/wtf/unicode/wchar/UnicodeWchar.cpp (155053 => 155054)
--- branches/safari-537-branch/Source/WTF/wtf/unicode/wchar/UnicodeWchar.cpp 2013-09-04 18:44:39 UTC (rev 155053)
+++ branches/safari-537-branch/Source/WTF/wtf/unicode/wchar/UnicodeWchar.cpp 2013-09-04 18:46:20 UTC (rev 155054)
@@ -50,7 +50,7 @@
return DecompositionNone; // FIXME: implement!
}
-bool hasLineBreakingPropertyComplexContext(UChar32)
+bool requiresComplexContextForWordBreaking(UChar32)
{
return false; // FIXME: implement!
}
Modified: branches/safari-537-branch/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h (155053 => 155054)
--- branches/safari-537-branch/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h 2013-09-04 18:44:39 UTC (rev 155053)
+++ branches/safari-537-branch/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h 2013-09-04 18:46:20 UTC (rev 155054)
@@ -125,7 +125,7 @@
WTF_EXPORT_PRIVATE unsigned char combiningClass(UChar32);
WTF_EXPORT_PRIVATE Direction direction(UChar32);
WTF_EXPORT_PRIVATE DecompositionType decompositionType(UChar32);
-WTF_EXPORT_PRIVATE bool hasLineBreakingPropertyComplexContext(UChar32);
+WTF_EXPORT_PRIVATE bool requiresComplexContextForWordBreaking(UChar32);
WTF_EXPORT_PRIVATE UChar32 mirroredChar(UChar32);
inline bool isAlphanumeric(UChar c) { return !!iswalnum(c); }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes