Index: Source/core/layout/style/OutlineValue.h |
diff --git a/Source/core/layout/style/OutlineValue.h b/Source/core/layout/style/OutlineValue.h |
index 90789a4d306d9076cf9ec2bbcabfde8a50abeaec..d52b13b7a12580b6668f65b3bc8a2fcde18247d0 100644 |
--- a/Source/core/layout/style/OutlineValue.h |
+++ b/Source/core/layout/style/OutlineValue.h |
@@ -30,7 +30,7 @@ |
namespace blink { |
class OutlineValue : public BorderValue { |
-friend class LayoutStyle; |
+friend class ComputedStyle; |
public: |
OutlineValue() |
: m_offset(0) |