| Index: Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
|
| diff --git a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
|
| index 6d25d43ec9e6ac05f3f767fa505ce2066ecc891b..fff54a52d5032ec0d27ba3018d8e1036a7d8f1f9 100644
|
| --- a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
|
| +++ b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
|
| @@ -44,10 +44,10 @@ index ce21720..324929e 100644
|
| --- a/WebCore/layout/style/StyleRareInheritedData.cpp
|
| +++ b/WebCore/layout/style/StyleRareInheritedData.cpp
|
| @@ -39,6 +39,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| - , textSizeAdjust(LayoutStyle::initialTextSizeAdjust())
|
| - , resize(LayoutStyle::initialResize())
|
| - , userSelect(LayoutStyle::initialUserSelect())
|
| -+ , boxOrient(LayoutStyle::initialBoxOrient())
|
| + , textSizeAdjust(ComputedStyle::initialTextSizeAdjust())
|
| + , resize(ComputedStyle::initialResize())
|
| + , userSelect(ComputedStyle::initialUserSelect())
|
| ++ , boxOrient(ComputedStyle::initialBoxOrient())
|
| {
|
| }
|
|
|
|
|