| Index: Source/core/platform/graphics/FontCache.cpp
|
| diff --git a/Source/core/platform/graphics/FontCache.cpp b/Source/core/platform/graphics/FontCache.cpp
|
| index aa18756452bc7a39208b0ef6b33a0af4387569b8..277d5cf1f31c698d9950deaa9767652324f401e0 100644
|
| --- a/Source/core/platform/graphics/FontCache.cpp
|
| +++ b/Source/core/platform/graphics/FontCache.cpp
|
| @@ -30,12 +30,12 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/FontCache.h"
|
|
|
| -#include "OpenTypeVerticalData.h"
|
| #include "WebKitFontFamilyNames.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/FontFallbackList.h"
|
| #include "core/platform/graphics/FontPlatformData.h"
|
| #include "core/platform/graphics/FontSelector.h"
|
| +#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/ListHashSet.h>
|
| #include <wtf/StdLibExtras.h>
|
|
|