Index: Source/platform/fonts/mac/ComplexTextController.cpp |
diff --git a/Source/platform/fonts/mac/ComplexTextController.cpp b/Source/platform/fonts/mac/ComplexTextController.cpp |
index 57855a55b5ed444de4c1de337440a867e9d792fd..51917f732564d9185e80e5eba29cae48307412da 100644 |
--- a/Source/platform/fonts/mac/ComplexTextController.cpp |
+++ b/Source/platform/fonts/mac/ComplexTextController.cpp |
@@ -41,7 +41,7 @@ class TextLayout { |
public: |
static bool isNeeded(const TextRun& run, const Font& font) |
{ |
- return font.codePath(run) == Font::Complex; |
+ return font.codePath(run) == ComplexPath; |
} |
TextLayout(const TextRun& run, unsigned textLength, const Font& font, float xPos) |