| Index: Source/core/editing/EditingStyle.h | 
| diff --git a/Source/core/editing/EditingStyle.h b/Source/core/editing/EditingStyle.h | 
| index 9ae7ff16977f737bc47e5b9bc2bdb02ea941f6fb..8f724c321df22b2a961fe4ac33b10adc324b7422 100644 | 
| --- a/Source/core/editing/EditingStyle.h | 
| +++ b/Source/core/editing/EditingStyle.h | 
| @@ -33,13 +33,14 @@ | 
| #define EditingStyle_h | 
|  | 
| #include "CSSPropertyNames.h" | 
| +#include "CSSValueKeywords.h" | 
| #include "core/editing/WritingDirection.h" | 
| -#include <wtf/Forward.h> | 
| -#include <wtf/RefCounted.h> | 
| -#include <wtf/RefPtr.h> | 
| -#include <wtf/text/WTFString.h> | 
| -#include <wtf/TriState.h> | 
| -#include <wtf/Vector.h> | 
| +#include "wtf/Forward.h" | 
| +#include "wtf/RefCounted.h" | 
| +#include "wtf/RefPtr.h" | 
| +#include "wtf/TriState.h" | 
| +#include "wtf/Vector.h" | 
| +#include "wtf/text/WTFString.h" | 
|  | 
| namespace WebCore { | 
|  | 
| @@ -233,8 +234,8 @@ private: | 
| }; | 
|  | 
| // FIXME: Remove these functions or make them non-global to discourage using CSSStyleDeclaration directly. | 
| -int getIdentifierValue(CSSStyleDeclaration*, CSSPropertyID); | 
| -int getIdentifierValue(StylePropertySet*, CSSPropertyID); | 
| +CSSValueID getIdentifierValue(CSSStyleDeclaration*, CSSPropertyID); | 
| +CSSValueID getIdentifierValue(StylePropertySet*, CSSPropertyID); | 
|  | 
| } // namespace WebCore | 
|  | 
|  |