| 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 fff54a52d5032ec0d27ba3018d8e1036a7d8f1f9..7504599b223bbaaff142e3e8893defb7d00af347 100644
|
| --- a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
|
| +++ b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
|
| @@ -27,10 +27,10 @@
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| # FIXME: Store this as a .patch file in some new fixtures directory or similar.
|
| -DIFF_TEST_DATA = '''diff --git a/WebCore/layout/style/StyleFlexibleBoxData.h b/WebCore/layout/style/StyleFlexibleBoxData.h
|
| +DIFF_TEST_DATA = '''diff --git a/WebCore/style/StyleFlexibleBoxData.h b/WebCore/style/StyleFlexibleBoxData.h
|
| index f5d5e74..3b6aa92 100644
|
| ---- a/WebCore/layout/style/StyleFlexibleBoxData.h
|
| -+++ b/WebCore/layout/style/StyleFlexibleBoxData.h
|
| +--- a/WebCore/style/StyleFlexibleBoxData.h
|
| ++++ b/WebCore/style/StyleFlexibleBoxData.h
|
| @@ -47,7 +47,6 @@ public:
|
|
|
| unsigned align : 3; // EBoxAlignment
|
| @@ -39,10 +39,10 @@ index f5d5e74..3b6aa92 100644
|
| unsigned lines : 1; // EBoxLines
|
|
|
| private:
|
| -diff --git a/WebCore/layout/style/StyleRareInheritedData.cpp b/WebCore/layout/style/StyleRareInheritedData.cpp
|
| +diff --git a/WebCore/style/StyleRareInheritedData.cpp b/WebCore/style/StyleRareInheritedData.cpp
|
| index ce21720..324929e 100644
|
| ---- a/WebCore/layout/style/StyleRareInheritedData.cpp
|
| -+++ b/WebCore/layout/style/StyleRareInheritedData.cpp
|
| +--- a/WebCore/style/StyleRareInheritedData.cpp
|
| ++++ b/WebCore/style/StyleRareInheritedData.cpp
|
| @@ -39,6 +39,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| , textSizeAdjust(ComputedStyle::initialTextSizeAdjust())
|
| , resize(ComputedStyle::initialResize())
|
|
|