| Index: Source/core/layout/style/BorderData.h
|
| diff --git a/Source/core/layout/style/BorderData.h b/Source/core/layout/style/BorderData.h
|
| index 5b7f8f8b5ff5dfa04a4cb1fca4e31262686a5199..6ec71e08e598c68e3bda3cbe1e79410029a3837e 100644
|
| --- a/Source/core/layout/style/BorderData.h
|
| +++ b/Source/core/layout/style/BorderData.h
|
| @@ -33,7 +33,7 @@
|
| namespace blink {
|
|
|
| class BorderData {
|
| -friend class LayoutStyle;
|
| +friend class ComputedStyle;
|
| public:
|
| BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed))
|
| , m_topRight(Length(0, Fixed), Length(0, Fixed))
|
|
|