| Index: Source/core/style/ComputedStyle.h
|
| diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
|
| index 92715a46241ec0bd28a2f73bd662b45776159f93..98f859be573ec18ee45edcbf6fe3759509164e96 100644
|
| --- a/Source/core/style/ComputedStyle.h
|
| +++ b/Source/core/style/ComputedStyle.h
|
| @@ -133,6 +133,7 @@ class CORE_EXPORT ComputedStyle: public RefCounted<ComputedStyle> {
|
| friend class ComputedStyleCSSValueMapping; // Needs to be able to see visited and unvisited colors for devtools.
|
| friend class StyleBuilderFunctions; // Sets color styles
|
| friend class CachedUAStyle; // Saves Border/Background information for later comparison.
|
| + friend class LengthPropertyFunctions; // Reads initial style values.
|
|
|
| // FIXME: When we stop resolving currentColor at style time, these can be removed.
|
| friend class CSSToStyleMap;
|
|
|