Title: [130803] trunk/Source/WebCore
- Revision
- 130803
- Author
- enr...@apple.com
- Date
- 2012-10-09 13:28:21 -0700 (Tue, 09 Oct 2012)
Log Message
[chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-
background-canvas.html failing on the Mac after r130443
https://bugs.webkit.org/show_bug.cgi?id=98545
Reviewed by Tony Chang.
Adding back the ! removed by mistake before submitting r130779.
* platform/graphics/FontFastPath.cpp:
(WebCore::Font::glyphDataAndPageForCharacter):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (130802 => 130803)
--- trunk/Source/WebCore/ChangeLog 2012-10-09 20:28:00 UTC (rev 130802)
+++ trunk/Source/WebCore/ChangeLog 2012-10-09 20:28:21 UTC (rev 130803)
@@ -1,3 +1,16 @@
+2012-10-09 Enrica Casucci <enr...@apple.com>
+
+ [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-
+ background-canvas.html failing on the Mac after r130443
+ https://bugs.webkit.org/show_bug.cgi?id=98545
+
+ Reviewed by Tony Chang.
+
+ Adding back the ! removed by mistake before submitting r130779.
+
+ * platform/graphics/FontFastPath.cpp:
+ (WebCore::Font::glyphDataAndPageForCharacter):
+
2012-10-09 Artem Simonov <asimo...@rim.com>
[BlackBerry] EGL Context deleted prematurely in GraphicsContext3D destructor
Modified: trunk/Source/WebCore/platform/graphics/FontFastPath.cpp (130802 => 130803)
--- trunk/Source/WebCore/platform/graphics/FontFastPath.cpp 2012-10-09 20:28:00 UTC (rev 130802)
+++ trunk/Source/WebCore/platform/graphics/FontFastPath.cpp 2012-10-09 20:28:21 UTC (rev 130803)
@@ -225,7 +225,7 @@
#else
page->setGlyphDataForCharacter(c, data.glyph, data.fontData);
data.fontData->setMaxGlyphPageTreeLevel(max(data.fontData->maxGlyphPageTreeLevel(), node->level()));
- if (isCJKIdeographOrSymbol(c) && data.fontData->platformData().orientation() != Horizontal && !data.fontData->isTextOrientationFallback())
+ if (!isCJKIdeographOrSymbol(c) && data.fontData->platformData().orientation() != Horizontal && !data.fontData->isTextOrientationFallback())
return glyphDataAndPageForCharacterWithTextOrientation(c, m_fontDescription.textOrientation(), data, fallbackPage, pageNumber);
#endif
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes