| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index a5fb17fd6a9e5cd6effddd361e355746e08fb920..f811638906f34809b7f9b0b5c37c7815c361bb46 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -75,6 +75,8 @@
|
|
|
| #include "core/rendering/style/StyleCustomFilterProgram.h"
|
|
|
| +using namespace WebCore::FontFamilyNames;
|
| +
|
| namespace WebCore {
|
|
|
| // List of all properties we know how to compute, omitting shorthands.
|
|
|