Index: Source/core/platform/graphics/Font.cpp |
diff --git a/Source/core/platform/graphics/Font.cpp b/Source/core/platform/graphics/Font.cpp |
index 3ba67d93f3a28aaae6fdd7adb7ce6b4ed78e10a2..ee37bb944b0660f657147496a2687d421ac96af7 100644 |
--- a/Source/core/platform/graphics/Font.cpp |
+++ b/Source/core/platform/graphics/Font.cpp |
@@ -247,8 +247,9 @@ float Font::width(const TextRun& run, int& charsConsumed, String& glyphName) con |
#if !OS(MACOSX) |
-PassOwnPtr<TextLayout> Font::createLayout(RenderText*, float, bool) const |
+PassOwnPtr<TextLayout> Font::createLayoutForMacComplexText(const TextRun&, unsigned, float, bool) const |
{ |
+ ASSERT_NOT_REACHED(); |
return nullptr; |
} |