<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[163310] trunk/Source</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/163310">163310</a></dd>
<dt>Author</dt> <dd>darin@apple.com</dd>
<dt>Date</dt> <dd>2014-02-03 09:30:04 -0800 (Mon, 03 Feb 2014)</dd>
</dl>
<h3>Log Message</h3>
<pre>Stop using Unicode.h
https://bugs.webkit.org/show_bug.cgi?id=127633
Reviewed by Anders Carlsson.
Source/JavaScriptCore:
* parser/Lexer.h:
* runtime/JSGlobalObjectFunctions.h:
* yarr/YarrCanonicalizeUCS2.h:
* yarr/YarrInterpreter.h:
* yarr/YarrParser.h:
* yarr/YarrPattern.h:
Removed includes of <wtf/unicode/Unicode.h>, adding includes of
ICU headers and <wtf/text/LChar.h> as needed to replace it.
Source/WebCore:
* Modules/indexeddb/IDBKeyPath.cpp:
* css/CSSFontFace.h:
* css/CSSOMUtils.h:
* css/CSSSegmentedFontFace.h:
* css/CSSUnicodeRangeValue.h:
* editing/Editor.cpp:
* editing/SmartReplace.h:
* html/parser/HTMLTokenizer.cpp:
* loader/DocumentLoader.cpp:
* page/ContextMenuController.cpp:
* page/Settings.h:
* platform/DateComponents.h:
* platform/SharedBuffer.cpp:
* platform/graphics/Color.h:
* platform/graphics/FontCache.h:
* platform/graphics/FontData.h:
* platform/graphics/FontDescription.h:
* platform/graphics/FontFastPath.cpp:
* platform/graphics/FontGenericFamilies.h:
* platform/graphics/FontGlyphs.cpp:
* platform/graphics/GlyphMetricsMap.h:
* platform/graphics/GlyphPage.h:
* platform/graphics/GlyphPageTreeNode.cpp:
* platform/graphics/GlyphPageTreeNode.h:
* platform/graphics/SVGGlyph.cpp:
* platform/graphics/WidthIterator.h:
* platform/graphics/freetype/SimpleFontDataFreeType.cpp:
* platform/graphics/harfbuzz/HarfBuzzShaper.cpp:
* platform/graphics/mac/ComplexTextController.h:
* platform/graphics/win/QTMovie.h:
* platform/graphics/wince/FontWinCE.cpp:
* platform/text/BidiContext.h:
* platform/text/Hyphenation.h:
* platform/text/LocaleToScriptMapping.h:
* platform/text/TextBoundaries.cpp:
* platform/text/TextBoundaries.h:
* platform/text/TextBreakIterator.h:
* platform/text/TextCodec.h:
* platform/text/TextEncoding.h:
* platform/text/TextEncodingRegistry.h:
* platform/text/TextStream.h:
* platform/text/icu/UTextProvider.h:
* platform/text/icu/UTextProviderLatin1.h:
* platform/text/icu/UTextProviderUTF16.h:
* platform/text/wchar/TextBreakIteratorWchar.cpp:
* platform/win/WebCoreTextRenderer.cpp:
* rendering/RootInlineBox.cpp:
* rendering/SimpleLineLayout.cpp:
* rendering/SimpleLineLayoutFunctions.cpp:
* rendering/break_lines.h:
* svg/SVGFontData.cpp:
Removed includes of <wtf/unicode/Unicode.h>, adding includes of
ICU headers and <wtf/text/LChar.h> as needed to replace it.
Source/WTF:
* wtf/StringHasher.h:
* wtf/dtoa.h:
* wtf/text/ASCIIFastPath.h:
* wtf/text/LChar.h:
* wtf/text/StringBuffer.h:
* wtf/text/StringImpl.h:
* wtf/text/WTFString.cpp:
* wtf/unicode/CharacterNames.h:
* wtf/unicode/Collator.h:
* wtf/unicode/UTF8.h:
Removed includes of <wtf/unicode/Unicode.h>, adding includes of
ICU headers and <wtf/text/LChar.h> as needed to replace it.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreparserLexerh">trunk/Source/JavaScriptCore/parser/Lexer.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeJSGlobalObjectFunctionsh">trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreyarrYarrCanonicalizeUCS2h">trunk/Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreyarrYarrInterpreterh">trunk/Source/JavaScriptCore/yarr/YarrInterpreter.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreyarrYarrParserh">trunk/Source/JavaScriptCore/yarr/YarrParser.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreyarrYarrPatternh">trunk/Source/JavaScriptCore/yarr/YarrPattern.h</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFwtfStringHasherh">trunk/Source/WTF/wtf/StringHasher.h</a></li>
<li><a href="#trunkSourceWTFwtfdtoah">trunk/Source/WTF/wtf/dtoa.h</a></li>
<li><a href="#trunkSourceWTFwtftextASCIIFastPathh">trunk/Source/WTF/wtf/text/ASCIIFastPath.h</a></li>
<li><a href="#trunkSourceWTFwtftextLCharh">trunk/Source/WTF/wtf/text/LChar.h</a></li>
<li><a href="#trunkSourceWTFwtftextStringBufferh">trunk/Source/WTF/wtf/text/StringBuffer.h</a></li>
<li><a href="#trunkSourceWTFwtftextStringImplh">trunk/Source/WTF/wtf/text/StringImpl.h</a></li>
<li><a href="#trunkSourceWTFwtftextWTFStringcpp">trunk/Source/WTF/wtf/text/WTFString.cpp</a></li>
<li><a href="#trunkSourceWTFwtfunicodeCharacterNamesh">trunk/Source/WTF/wtf/unicode/CharacterNames.h</a></li>
<li><a href="#trunkSourceWTFwtfunicodeCollatorh">trunk/Source/WTF/wtf/unicode/Collator.h</a></li>
<li><a href="#trunkSourceWTFwtfunicodeUTF8h">trunk/Source/WTF/wtf/unicode/UTF8.h</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBKeyPathcpp">trunk/Source/WebCore/Modules/indexeddb/IDBKeyPath.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontFaceh">trunk/Source/WebCore/css/CSSFontFace.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSOMUtilsh">trunk/Source/WebCore/css/CSSOMUtils.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSSegmentedFontFaceh">trunk/Source/WebCore/css/CSSSegmentedFontFace.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSUnicodeRangeValueh">trunk/Source/WebCore/css/CSSUnicodeRangeValue.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditorcpp">trunk/Source/WebCore/editing/Editor.cpp</a></li>
<li><a href="#trunkSourceWebCoreeditingSmartReplaceh">trunk/Source/WebCore/editing/SmartReplace.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLTokenizercpp">trunk/Source/WebCore/html/parser/HTMLTokenizer.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderDocumentLoadercpp">trunk/Source/WebCore/loader/DocumentLoader.cpp</a></li>
<li><a href="#trunkSourceWebCorepageContextMenuControllercpp">trunk/Source/WebCore/page/ContextMenuController.cpp</a></li>
<li><a href="#trunkSourceWebCorepageSettingsh">trunk/Source/WebCore/page/Settings.h</a></li>
<li><a href="#trunkSourceWebCoreplatformDateComponentsh">trunk/Source/WebCore/platform/DateComponents.h</a></li>
<li><a href="#trunkSourceWebCoreplatformSharedBuffercpp">trunk/Source/WebCore/platform/SharedBuffer.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsColorh">trunk/Source/WebCore/platform/graphics/Color.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontCacheh">trunk/Source/WebCore/platform/graphics/FontCache.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontDatah">trunk/Source/WebCore/platform/graphics/FontData.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontDescriptionh">trunk/Source/WebCore/platform/graphics/FontDescription.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontFastPathcpp">trunk/Source/WebCore/platform/graphics/FontFastPath.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontGenericFamiliesh">trunk/Source/WebCore/platform/graphics/FontGenericFamilies.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontGlyphscpp">trunk/Source/WebCore/platform/graphics/FontGlyphs.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsGlyphMetricsMaph">trunk/Source/WebCore/platform/graphics/GlyphMetricsMap.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsGlyphPageh">trunk/Source/WebCore/platform/graphics/GlyphPage.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsGlyphPageTreeNodecpp">trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsGlyphPageTreeNodeh">trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsSVGGlyphcpp">trunk/Source/WebCore/platform/graphics/SVGGlyph.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsWidthIteratorh">trunk/Source/WebCore/platform/graphics/WidthIterator.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfreetypeSimpleFontDataFreeTypecpp">trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsharfbuzzHarfBuzzShapercpp">trunk/Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsmacComplexTextControllerh">trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinQTMovieh">trunk/Source/WebCore/platform/graphics/win/QTMovie.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinceFontWinCEcpp">trunk/Source/WebCore/platform/graphics/wince/FontWinCE.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformtextBidiContexth">trunk/Source/WebCore/platform/text/BidiContext.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextHyphenationh">trunk/Source/WebCore/platform/text/Hyphenation.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextLocaleToScriptMappingh">trunk/Source/WebCore/platform/text/LocaleToScriptMapping.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextBoundariescpp">trunk/Source/WebCore/platform/text/TextBoundaries.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextBoundariesh">trunk/Source/WebCore/platform/text/TextBoundaries.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextBreakIteratorh">trunk/Source/WebCore/platform/text/TextBreakIterator.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextCodech">trunk/Source/WebCore/platform/text/TextCodec.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextEncodingh">trunk/Source/WebCore/platform/text/TextEncoding.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextEncodingRegistryh">trunk/Source/WebCore/platform/text/TextEncodingRegistry.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextStreamh">trunk/Source/WebCore/platform/text/TextStream.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtexticuUTextProviderh">trunk/Source/WebCore/platform/text/icu/UTextProvider.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtexticuUTextProviderLatin1h">trunk/Source/WebCore/platform/text/icu/UTextProviderLatin1.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtexticuUTextProviderUTF16h">trunk/Source/WebCore/platform/text/icu/UTextProviderUTF16.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextwcharTextBreakIteratorWcharcpp">trunk/Source/WebCore/platform/text/wchar/TextBreakIteratorWchar.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformwinWebCoreTextRenderercpp">trunk/Source/WebCore/platform/win/WebCoreTextRenderer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRootInlineBoxcpp">trunk/Source/WebCore/rendering/RootInlineBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingSimpleLineLayoutcpp">trunk/Source/WebCore/rendering/SimpleLineLayout.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingSimpleLineLayoutFunctionscpp">trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingbreak_linesh">trunk/Source/WebCore/rendering/break_lines.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontDatacpp">trunk/Source/WebCore/svg/SVGFontData.cpp</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2014-01-25 Darin Adler <darin@apple.com>
+
+ Stop using Unicode.h
+ https://bugs.webkit.org/show_bug.cgi?id=127633
+
+ Reviewed by Anders Carlsson.
+
+ * parser/Lexer.h:
+ * runtime/JSGlobalObjectFunctions.h:
+ * yarr/YarrCanonicalizeUCS2.h:
+ * yarr/YarrInterpreter.h:
+ * yarr/YarrParser.h:
+ * yarr/YarrPattern.h:
+ Removed includes of <wtf/unicode/Unicode.h>, adding includes of
+ ICU headers and <wtf/text/LChar.h> as needed to replace it.
+
</ins><span class="cx"> 2014-02-03 Dan Bernstein <mitz@apple.com>
</span><span class="cx">
</span><span class="cx"> Correctly address Darin’s review comment on the last change.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreparserLexerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/parser/Lexer.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/parser/Lexer.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/parser/Lexer.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/SegmentedVector.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace JSC {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeJSGlobalObjectFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -25,7 +25,8 @@
</span><span class="cx"> #define JSGlobalObjectFunctions_h
</span><span class="cx">
</span><span class="cx"> #include "JSCJSValue.h"
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/uchar.h>
+#include <wtf/text/LChar.h>
</ins><span class="cx">
</span><span class="cx"> namespace JSC {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreyarrYarrCanonicalizeUCS2h"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #define YarrCanonicalizeUCS2_H
</span><span class="cx">
</span><span class="cx"> #include <stdint.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/utypes.h>
</ins><span class="cx">
</span><span class="cx"> namespace JSC { namespace Yarr {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreyarrYarrInterpreterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/yarr/YarrInterpreter.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/yarr/YarrInterpreter.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/yarr/YarrInterpreter.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx">
</span><span class="cx"> #include "YarrPattern.h"
</span><span class="cx"> #include <wtf/PassOwnPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx"> class BumpPointerAllocator;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreyarrYarrParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/yarr/YarrParser.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/yarr/YarrParser.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/yarr/YarrParser.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #include "Yarr.h"
</span><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace JSC { namespace Yarr {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreyarrYarrPatternh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/yarr/YarrPattern.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/yarr/YarrPattern.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/JavaScriptCore/yarr/YarrPattern.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace JSC { namespace Yarr {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/ChangeLog        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2014-01-25 Darin Adler <darin@apple.com>
+
+ Stop using Unicode.h
+ https://bugs.webkit.org/show_bug.cgi?id=127633
+
+ Reviewed by Anders Carlsson.
+
+ * wtf/StringHasher.h:
+ * wtf/dtoa.h:
+ * wtf/text/ASCIIFastPath.h:
+ * wtf/text/LChar.h:
+ * wtf/text/StringBuffer.h:
+ * wtf/text/StringImpl.h:
+ * wtf/text/WTFString.cpp:
+ * wtf/unicode/CharacterNames.h:
+ * wtf/unicode/Collator.h:
+ * wtf/unicode/UTF8.h:
+ Removed includes of <wtf/unicode/Unicode.h>, adding includes of
+ ICU headers and <wtf/text/LChar.h> as needed to replace it.
+
</ins><span class="cx"> 2014-02-02 Darin Adler <darin@apple.com>
</span><span class="cx">
</span><span class="cx"> Obey "delete this" comments, including deleting String::characters and friends
</span></span></pre></div>
<a id="trunkSourceWTFwtfStringHasherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/StringHasher.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/StringHasher.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/StringHasher.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -22,7 +22,8 @@
</span><span class="cx"> #ifndef WTF_StringHasher_h
</span><span class="cx"> #define WTF_StringHasher_h
</span><span class="cx">
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/utypes.h>
+#include <wtf/text/LChar.h>
</ins><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFwtfdtoah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/dtoa.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/dtoa.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/dtoa.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -21,9 +21,10 @@
</span><span class="cx"> #ifndef WTF_dtoa_h
</span><span class="cx"> #define WTF_dtoa_h
</span><span class="cx">
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/dtoa/double-conversion.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <wtf/text/LChar.h>
</ins><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFwtftextASCIIFastPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/ASCIIFastPath.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/ASCIIFastPath.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/text/ASCIIFastPath.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -22,12 +22,14 @@
</span><span class="cx"> #ifndef ASCIIFastPath_h
</span><span class="cx"> #define ASCIIFastPath_h
</span><span class="cx">
</span><ins>+#include <stdint.h>
+#include <unicode/utypes.h>
+#include <wtf/StdLibExtras.h>
+#include <wtf/text/LChar.h>
+
</ins><span class="cx"> #if OS(DARWIN) && (CPU(X86) || CPU(X86_64))
</span><span class="cx"> #include <emmintrin.h>
</span><span class="cx"> #endif
</span><del>-#include <stdint.h>
-#include <wtf/StdLibExtras.h>
-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFwtftextLCharh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/LChar.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/LChar.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/text/LChar.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
</span><span class="cx"> * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
</span><span class="cx"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><del>- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</del><ins>+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</ins><span class="cx"> *
</span><span class="cx"> */
</span><span class="cx">
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">
</span><span class="cx"> // A type to hold a single Latin-1 character.
</span><span class="cx"> // This type complements the UChar type that we get from the ICU library.
</span><del>-// To parallel that type, we put it outside any namespace.
</del><ins>+// To parallel that type, we put this one in the global namespace.
</ins><span class="cx"> typedef unsigned char LChar;
</span><span class="cx">
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWTFwtftextStringBufferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/StringBuffer.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/StringBuffer.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/text/StringBuffer.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx"> #define StringBuffer_h
</span><span class="cx">
</span><span class="cx"> #include <wtf/Assertions.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx"> #include <limits>
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFwtftextStringImplh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/StringImpl.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/StringImpl.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/text/StringImpl.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -24,6 +24,8 @@
</span><span class="cx"> #define StringImpl_h
</span><span class="cx">
</span><span class="cx"> #include <limits.h>
</span><ins>+#include <unicode/uchar.h>
+#include <unicode/ustring.h>
</ins><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/CompilationThread.h>
</span><span class="cx"> #include <wtf/CryptographicallyRandomNumber.h>
</span><span class="lines">@@ -33,7 +35,6 @@
</span><span class="cx"> #include <wtf/StringHasher.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx"> #include <wtf/text/ConversionMode.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #if USE(CF)
</span><span class="cx"> typedef const struct __CFString * CFStringRef;
</span></span></pre></div>
<a id="trunkSourceWTFwtftextWTFStringcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/WTFString.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/WTFString.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/text/WTFString.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include <wtf/dtoa.h>
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><span class="cx"> #include <wtf/unicode/UTF8.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFwtfunicodeCharacterNamesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/unicode/CharacterNames.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/unicode/CharacterNames.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/unicode/CharacterNames.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef CharacterNames_h
</span><span class="cx"> #define CharacterNames_h
</span><span class="cx">
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/utypes.h>
</ins><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx"> namespace Unicode {
</span></span></pre></div>
<a id="trunkSourceWTFwtfunicodeCollatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/unicode/Collator.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/unicode/Collator.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/unicode/Collator.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -29,9 +29,10 @@
</span><span class="cx"> #ifndef WTF_Collator_h
</span><span class="cx"> #define WTF_Collator_h
</span><span class="cx">
</span><ins>+#include <unicode/uconfig.h>
+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/Noncopyable.h>
</span><span class="cx"> #include <wtf/OwnPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> struct UCollator;
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWTFwtfunicodeUTF8h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/unicode/UTF8.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/unicode/UTF8.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WTF/wtf/unicode/UTF8.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,7 +26,8 @@
</span><span class="cx"> #ifndef WTF_UTF8_h
</span><span class="cx"> #define WTF_UTF8_h
</span><span class="cx">
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/utypes.h>
+#include <wtf/text/LChar.h>
</ins><span class="cx">
</span><span class="cx"> namespace WTF {
</span><span class="cx"> namespace Unicode {
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/ChangeLog        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -1,3 +1,64 @@
</span><ins>+2014-01-25 Darin Adler <darin@apple.com>
+
+ Stop using Unicode.h
+ https://bugs.webkit.org/show_bug.cgi?id=127633
+
+ Reviewed by Anders Carlsson.
+
+ * Modules/indexeddb/IDBKeyPath.cpp:
+ * css/CSSFontFace.h:
+ * css/CSSOMUtils.h:
+ * css/CSSSegmentedFontFace.h:
+ * css/CSSUnicodeRangeValue.h:
+ * editing/Editor.cpp:
+ * editing/SmartReplace.h:
+ * html/parser/HTMLTokenizer.cpp:
+ * loader/DocumentLoader.cpp:
+ * page/ContextMenuController.cpp:
+ * page/Settings.h:
+ * platform/DateComponents.h:
+ * platform/SharedBuffer.cpp:
+ * platform/graphics/Color.h:
+ * platform/graphics/FontCache.h:
+ * platform/graphics/FontData.h:
+ * platform/graphics/FontDescription.h:
+ * platform/graphics/FontFastPath.cpp:
+ * platform/graphics/FontGenericFamilies.h:
+ * platform/graphics/FontGlyphs.cpp:
+ * platform/graphics/GlyphMetricsMap.h:
+ * platform/graphics/GlyphPage.h:
+ * platform/graphics/GlyphPageTreeNode.cpp:
+ * platform/graphics/GlyphPageTreeNode.h:
+ * platform/graphics/SVGGlyph.cpp:
+ * platform/graphics/WidthIterator.h:
+ * platform/graphics/freetype/SimpleFontDataFreeType.cpp:
+ * platform/graphics/harfbuzz/HarfBuzzShaper.cpp:
+ * platform/graphics/mac/ComplexTextController.h:
+ * platform/graphics/win/QTMovie.h:
+ * platform/graphics/wince/FontWinCE.cpp:
+ * platform/text/BidiContext.h:
+ * platform/text/Hyphenation.h:
+ * platform/text/LocaleToScriptMapping.h:
+ * platform/text/TextBoundaries.cpp:
+ * platform/text/TextBoundaries.h:
+ * platform/text/TextBreakIterator.h:
+ * platform/text/TextCodec.h:
+ * platform/text/TextEncoding.h:
+ * platform/text/TextEncodingRegistry.h:
+ * platform/text/TextStream.h:
+ * platform/text/icu/UTextProvider.h:
+ * platform/text/icu/UTextProviderLatin1.h:
+ * platform/text/icu/UTextProviderUTF16.h:
+ * platform/text/wchar/TextBreakIteratorWchar.cpp:
+ * platform/win/WebCoreTextRenderer.cpp:
+ * rendering/RootInlineBox.cpp:
+ * rendering/SimpleLineLayout.cpp:
+ * rendering/SimpleLineLayoutFunctions.cpp:
+ * rendering/break_lines.h:
+ * svg/SVGFontData.cpp:
+ Removed includes of <wtf/unicode/Unicode.h>, adding includes of
+ ICU headers and <wtf/text/LChar.h> as needed to replace it.
+
</ins><span class="cx"> 2014-02-03 Jessie Berlin <jberlin@apple.com>
</span><span class="cx">
</span><span class="cx"> Revert r163299 since it broke the ML 32-bit Release build
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBKeyPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBKeyPath.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBKeyPath.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBKeyPath.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include "KeyedCoding.h"
</span><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/dtoa.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontFaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontFace.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontFace.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/css/CSSFontFace.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSOMUtilsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSOMUtils.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSOMUtils.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/css/CSSOMUtils.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -31,9 +31,9 @@
</span><span class="cx"> #ifndef CSSOMUtils_h
</span><span class="cx"> #define CSSOMUtils_h
</span><span class="cx">
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> // Utilities for CSSOM http://dev.w3.org/csswg/cssom/
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSSegmentedFontFaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSSegmentedFontFace.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSSegmentedFontFace.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/css/CSSSegmentedFontFace.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSUnicodeRangeValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSUnicodeRangeValue.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSUnicodeRangeValue.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/css/CSSUnicodeRangeValue.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx">
</span><span class="cx"> #include "CSSValue.h"
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreeditingEditorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/Editor.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/Editor.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/editing/Editor.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -89,7 +89,6 @@
</span><span class="cx"> #include "htmlediting.h"
</span><span class="cx"> #include "markup.h"
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #if ENABLE(DELETION_UI)
</span><span class="cx"> #include "DeleteButtonController.h"
</span></span></pre></div>
<a id="trunkSourceWebCoreeditingSmartReplaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SmartReplace.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SmartReplace.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/editing/SmartReplace.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #ifndef SmartReplace_h
</span><span class="cx"> #define SmartReplace_h
</span><span class="cx">
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/utypes.h>
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLTokenizercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLTokenizer.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLTokenizer.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/html/parser/HTMLTokenizer.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/CurrentTime.h>
</span><span class="cx"> #include <wtf/text/CString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> using namespace WTF;
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderDocumentLoadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/DocumentLoader.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/DocumentLoader.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/loader/DocumentLoader.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -67,7 +67,6 @@
</span><span class="cx"> #include <wtf/Ref.h>
</span><span class="cx"> #include <wtf/text/CString.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #if ENABLE(WEB_ARCHIVE) || ENABLE(MHTML)
</span><span class="cx"> #include "ArchiveFactory.h"
</span></span></pre></div>
<a id="trunkSourceWebCorepageContextMenuControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ContextMenuController.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ContextMenuController.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/page/ContextMenuController.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -69,7 +69,6 @@
</span><span class="cx"> #include "WindowFeatures.h"
</span><span class="cx"> #include "markup.h"
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> using namespace WTF;
</span><span class="cx"> using namespace Unicode;
</span></span></pre></div>
<a id="trunkSourceWebCorepageSettingsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Settings.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Settings.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/page/Settings.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,11 +35,11 @@
</span><span class="cx"> #include "SettingsMacros.h"
</span><span class="cx"> #include "Timer.h"
</span><span class="cx"> #include <chrono>
</span><ins>+#include <unicode/uscript.h>
</ins><span class="cx"> #include <wtf/HashMap.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/text/AtomicString.h>
</span><span class="cx"> #include <wtf/text/AtomicStringHash.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformDateComponentsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/DateComponents.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/DateComponents.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/DateComponents.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> #define DateComponents_h
</span><span class="cx">
</span><span class="cx"> #include <limits>
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/Forward.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformSharedBuffercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/SharedBuffer.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/SharedBuffer.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/SharedBuffer.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include "PurgeableBuffer.h"
</span><span class="cx"> #include <wtf/PassOwnPtr.h>
</span><span class="cx"> #include <wtf/unicode/UTF8.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #if ENABLE(DISK_IMAGE_CACHE)
</span><span class="cx"> #include "DiskImageCacheIOS.h"
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsColorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/Color.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/Color.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/Color.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -27,9 +27,10 @@
</span><span class="cx"> #define Color_h
</span><span class="cx">
</span><span class="cx"> #include "AnimationUtilities.h"
</span><ins>+#include <unicode/uchar.h>
</ins><span class="cx"> #include <wtf/FastMalloc.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <wtf/text/LChar.h>
</ins><span class="cx">
</span><span class="cx"> #if USE(CG)
</span><span class="cx"> #include "ColorSpace.h"
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FontCache.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FontCache.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/FontCache.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include <wtf/RefPtr.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx"> #include <CoreText/CTFont.h>
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FontData.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FontData.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/FontData.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,12 +26,12 @@
</span><span class="cx"> #ifndef FontData_h
</span><span class="cx"> #define FontData_h
</span><span class="cx">
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/FastMalloc.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx"> #include <wtf/Noncopyable.h>
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontDescriptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FontDescription.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FontDescription.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/FontDescription.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -34,6 +34,7 @@
</span><span class="cx"> #include "NonCJKGlyphOrientation.h"
</span><span class="cx"> #include "TextRenderingMode.h"
</span><span class="cx"> #include "WebKitFontFamilyNames.h"
</span><ins>+#include <unicode/uscript.h>
</ins><span class="cx"> #include <wtf/MathExtras.h>
</span><span class="cx"> #include <wtf/RefCountedArray.h>
</span><span class="cx"> #include <wtf/RefPtr.h>
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontFastPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FontFastPath.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FontFastPath.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/FontFastPath.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include <wtf/MainThread.h>
</span><span class="cx"> #include <wtf/MathExtras.h>
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> using namespace WTF;
</span><span class="cx"> using namespace Unicode;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontGenericFamiliesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FontGenericFamilies.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FontGenericFamilies.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/FontGenericFamilies.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #ifndef FontGenericFamilies_h
</span><span class="cx"> #define FontGenericFamilies_h
</span><span class="cx">
</span><ins>+#include <unicode/uscript.h>
</ins><span class="cx"> #include <wtf/HashMap.h>
</span><span class="cx"> #include <wtf/text/AtomicString.h>
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontGlyphscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FontGlyphs.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FontGlyphs.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/FontGlyphs.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include "Font.h"
</span><span class="cx"> #include "FontCache.h"
</span><span class="cx"> #include "SegmentedFontData.h"
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsGlyphMetricsMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/GlyphMetricsMap.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/GlyphMetricsMap.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/GlyphMetricsMap.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include <wtf/HashMap.h>
</span><span class="cx"> #include <wtf/OwnPtr.h>
</span><span class="cx"> #include <wtf/PassOwnPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsGlyphPageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/GlyphPage.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/GlyphPage.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/GlyphPage.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -32,10 +32,10 @@
</span><span class="cx">
</span><span class="cx"> #include "Glyph.h"
</span><span class="cx"> #include <string.h>
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/RefPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsGlyphPageTreeNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include <wtf/text/CString.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #if ENABLE(OPENTYPE_VERTICAL)
</span><span class="cx"> #include "OpenTypeVerticalData.h"
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsGlyphPageTreeNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/GlyphPageTreeNode.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include <wtf/OwnPtr.h>
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #ifndef NDEBUG
</span><span class="cx"> void showGlyphPageTrees();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsSVGGlyphcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/SVGGlyph.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/SVGGlyph.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/SVGGlyph.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><span class="cx"> #include "SVGGlyph.h"
</span><span class="cx">
</span><del>-#include <wtf/unicode/Unicode.h>
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx">
</span><span class="cx"> // Helper functions to determine the arabic character forms (initial, medial, terminal, isolated)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsWidthIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/WidthIterator.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/WidthIterator.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/WidthIterator.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #include "TextRun.h"
</span><span class="cx"> #include <wtf/HashSet.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfreetypeSimpleFontDataFreeTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -49,7 +49,6 @@
</span><span class="cx"> #include FT_TRUETYPE_TAGS_H
</span><span class="cx"> #include <unicode/normlzr.h>
</span><span class="cx"> #include <wtf/MathExtras.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsharfbuzzHarfBuzzShapercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -41,7 +41,6 @@
</span><span class="cx"> #include <wtf/MathExtras.h>
</span><span class="cx"> #include <wtf/StdLibExtras.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsmacComplexTextControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include <wtf/RetainPtr.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> typedef unsigned short CGGlyph;
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinQTMovieh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/QTMovie.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/QTMovie.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/win/QTMovie.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx">
</span><span class="cx"> #include "QTTrack.h"
</span><span class="cx"> #include <wtf/Vector.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #ifdef QTMOVIEWIN_EXPORTS
</span><span class="cx"> #define QTMOVIEWIN_API __declspec(dllexport)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinceFontWinCEcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/wince/FontWinCE.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/wince/FontWinCE.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/graphics/wince/FontWinCE.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #include "WidthIterator.h"
</span><span class="cx"> #include <wtf/MathExtras.h>
</span><span class="cx"> #include <wtf/OwnPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> #include <windows.h>
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextBidiContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/BidiContext.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/BidiContext.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/BidiContext.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -22,11 +22,11 @@
</span><span class="cx"> #ifndef BidiContext_h
</span><span class="cx"> #define BidiContext_h
</span><span class="cx">
</span><ins>+#include <unicode/uchar.h>
</ins><span class="cx"> #include <wtf/Assertions.h>
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/RefPtr.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextHyphenationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/Hyphenation.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/Hyphenation.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/Hyphenation.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,8 +26,8 @@
</span><span class="cx"> #ifndef Hyphenation_h
</span><span class="cx"> #define Hyphenation_h
</span><span class="cx">
</span><ins>+#include <unicode/utypes.h>
</ins><span class="cx"> #include <wtf/Forward.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextLocaleToScriptMappingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/LocaleToScriptMapping.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/LocaleToScriptMapping.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/LocaleToScriptMapping.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -31,8 +31,8 @@
</span><span class="cx"> #ifndef LocaleToScriptMapping_h
</span><span class="cx"> #define LocaleToScriptMapping_h
</span><span class="cx">
</span><ins>+#include <unicode/uscript.h>
</ins><span class="cx"> #include <wtf/Forward.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextBoundariescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextBoundaries.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextBoundaries.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextBoundaries.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx">
</span><span class="cx"> #include "TextBreakIterator.h"
</span><span class="cx"> #include <wtf/text/StringImpl.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextBoundariesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextBoundaries.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextBoundaries.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextBoundaries.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef TextBoundaries_h
</span><span class="cx"> #define TextBoundaries_h
</span><span class="cx">
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <unicode/uchar.h>
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextBreakIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextBreakIterator.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextBreakIterator.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextBreakIterator.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">
</span><span class="cx"> #include <wtf/text/AtomicString.h>
</span><span class="cx"> #include <wtf/text/StringView.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextCodech"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextCodec.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextCodec.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextCodec.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #include <wtf/PassOwnPtr.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> class TextEncoding;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextEncodingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextEncoding.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextEncoding.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextEncoding.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx">
</span><span class="cx"> #include "TextCodec.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextEncodingRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextEncodingRegistry.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextEncodingRegistry.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextEncodingRegistry.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #include <memory>
</span><span class="cx"> #include <wtf/PassOwnPtr.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextStream.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextStream.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/TextStream.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx">
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx"> #include <wtf/text/StringBuilder.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtexticuUTextProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/icu/UTextProvider.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/icu/UTextProvider.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/icu/UTextProvider.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #define UTextProvider_h
</span><span class="cx">
</span><span class="cx"> #include <unicode/utext.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtexticuUTextProviderLatin1h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/icu/UTextProviderLatin1.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/icu/UTextProviderLatin1.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/icu/UTextProviderLatin1.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #define UTextProviderLatin1_h
</span><span class="cx">
</span><span class="cx"> #include <unicode/utext.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><ins>+#include <wtf/text/LChar.h>
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtexticuUTextProviderUTF16h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/icu/UTextProviderUTF16.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/icu/UTextProviderUTF16.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/icu/UTextProviderUTF16.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #define UTextProviderUTF16_h
</span><span class="cx">
</span><span class="cx"> #include <unicode/utext.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextwcharTextBreakIteratorWcharcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/wchar/TextBreakIteratorWchar.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/wchar/TextBreakIteratorWchar.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/text/wchar/TextBreakIteratorWchar.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -25,7 +25,6 @@
</span><span class="cx"> #include <wtf/Atomics.h>
</span><span class="cx"> #include <wtf/StdLibExtras.h>
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> using namespace WTF;
</span><span class="cx"> using namespace std;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinWebCoreTextRenderercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/WebCoreTextRenderer.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/WebCoreTextRenderer.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/platform/win/WebCoreTextRenderer.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include "GraphicsContext.h"
</span><span class="cx"> #include "StringTruncator.h"
</span><span class="cx"> #include "TextRun.h"
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRootInlineBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RootInlineBox.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RootInlineBox.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/rendering/RootInlineBox.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> #include "RenderView.h"
</span><span class="cx"> #include "VerticalPositionCache.h"
</span><span class="cx"> #include <wtf/NeverDestroyed.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingSimpleLineLayoutcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SimpleLineLayout.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SimpleLineLayout.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/rendering/SimpleLineLayout.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -46,7 +46,6 @@
</span><span class="cx"> #include "Text.h"
</span><span class="cx"> #include "TextPaintStyle.h"
</span><span class="cx"> #include "break_lines.h"
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> namespace SimpleLineLayout {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingSimpleLineLayoutFunctionscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #include "SimpleLineLayoutResolver.h"
</span><span class="cx"> #include "Text.h"
</span><span class="cx"> #include "TextPaintStyle.h"
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> namespace SimpleLineLayout {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingbreak_linesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/break_lines.h (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/break_lines.h        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/rendering/break_lines.h        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include <wtf/ASCIICType.h>
</span><span class="cx"> #include <wtf/StdLibExtras.h>
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontData.cpp (163309 => 163310)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontData.cpp        2014-02-03 17:23:47 UTC (rev 163309)
+++ trunk/Source/WebCore/svg/SVGFontData.cpp        2014-02-03 17:30:04 UTC (rev 163310)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include "XMLNames.h"
</span><span class="cx"> #include <wtf/text/StringBuilder.h>
</span><span class="cx"> #include <wtf/unicode/CharacterNames.h>
</span><del>-#include <wtf/unicode/Unicode.h>
</del><span class="cx">
</span><span class="cx"> using namespace WTF;
</span><span class="cx"> using namespace Unicode;
</span></span></pre>
</div>
</div>
</body>
</html>