| Index: Source/core/platform/graphics/FontCache.cpp
|
| diff --git a/Source/core/platform/graphics/FontCache.cpp b/Source/core/platform/graphics/FontCache.cpp
|
| index b5e2d126fcd393d5d13606b0ae1d12d5cd42124a..8c71fc2f80d49f3995c4e20473d0d76d321b0c35 100644
|
| --- a/Source/core/platform/graphics/FontCache.cpp
|
| +++ b/Source/core/platform/graphics/FontCache.cpp
|
| @@ -42,6 +42,7 @@
|
| #include <wtf/text/AtomicStringHash.h>
|
| #include <wtf/text/StringHash.h>
|
|
|
| +using namespace WebCore::FontFamilyNames;
|
| using namespace WTF;
|
|
|
| namespace WebCore {
|
|
|