| Index: Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
|
| diff --git a/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp b/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
|
| index fdd6ed2f9ad0fd0597825858cc8118e90d4f1915..bae31e80aab3ffc179edcfc8a6f0ad7ebe4ff70a 100644
|
| --- a/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
|
| +++ b/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
|
| @@ -30,9 +30,9 @@
|
| #include "core/platform/graphics/GlyphPageTreeNode.h"
|
|
|
| #include <ApplicationServices/ApplicationServices.h>
|
| -#include "WebCoreSystemInterface.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| +#include "core/platform/mac/WebCoreSystemInterface.h"
|
|
|
| namespace WebCore {
|
|
|
|
|