Chromium Code Reviews

Unified Diff: Source/WebCore/platform/graphics/SimpleFontData.h

Issue 12919016: Merge 142928 "Crash when selecting a HarfBuzz text run with SVG ..." (Closed) Base URL: https://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/WebCore/platform/graphics/SimpleFontData.h
===================================================================
--- Source/WebCore/platform/graphics/SimpleFontData.h (revision 146110)
+++ Source/WebCore/platform/graphics/SimpleFontData.h (working copy)
@@ -206,7 +206,6 @@
UNUSED_PARAM(advances);
UNUSED_PARAM(glyphCount);
UNUSED_PARAM(typesettingFeatures);
- ASSERT_NOT_REACHED();
return false;
#else
wkCTFontTransformOptions options = (typesettingFeatures & Kerning ? wkCTFontTransformApplyPositioning : 0) | (typesettingFeatures & Ligatures ? wkCTFontTransformApplyShaping : 0);
« no previous file with comments | « LayoutTests/svg/css/font-face-crash-expected.txt ('k') | Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine