| Index: Source/WebCore/platform/graphics/Font.cpp
|
| diff --git a/Source/WebCore/platform/graphics/Font.cpp b/Source/WebCore/platform/graphics/Font.cpp
|
| index 7637a8eea95f6323006ae8e142a7ed4e69571b36..235be5a0456f21e18e53894f7b81edfab73b9786 100644
|
| --- a/Source/WebCore/platform/graphics/Font.cpp
|
| +++ b/Source/WebCore/platform/graphics/Font.cpp
|
| @@ -237,7 +237,7 @@ float Font::width(const TextRun& run, int& charsConsumed, String& glyphName) con
|
| return width(run);
|
| }
|
|
|
| -#if !(PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN)))
|
| +#if !OS(DARWIN)
|
|
|
| PassOwnPtr<TextLayout> Font::createLayout(RenderText*, float, bool) const
|
| {
|
|
|