Index: Source/core/layout/style/StyleBackgroundData.h |
diff --git a/Source/core/layout/style/StyleBackgroundData.h b/Source/core/layout/style/StyleBackgroundData.h |
index 2d4f0ce03d4fa731deed08fc1cb5cd514852fc13..84d6b3f8e60bde984aa4aaa4ece789f7f2438535 100644 |
--- a/Source/core/layout/style/StyleBackgroundData.h |
+++ b/Source/core/layout/style/StyleBackgroundData.h |
@@ -52,7 +52,7 @@ public: |
const OutlineValue& outline() const { return m_outline; } |
private: |
- friend class LayoutStyle; |
+ friend class ComputedStyle; |
StyleBackgroundData(); |
StyleBackgroundData(const StyleBackgroundData&); |