| Index: Source/core/rendering/style/NinePieceImage.cpp
|
| diff --git a/Source/core/rendering/style/NinePieceImage.cpp b/Source/core/rendering/style/NinePieceImage.cpp
|
| index afe320ee8b93b143783370dac18acca65ce9a2e4..6029cdbbbc46f4c3c41456df2d6f8a7fcf540f5d 100644
|
| --- a/Source/core/rendering/style/NinePieceImage.cpp
|
| +++ b/Source/core/rendering/style/NinePieceImage.cpp
|
| @@ -39,7 +39,7 @@ NinePieceImage::NinePieceImage()
|
| {
|
| }
|
|
|
| -NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
|
| +NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, LengthOrNumberBox borderSlices, LengthOrNumberBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
|
| {
|
| m_data.init();
|
| m_data.access()->image = image;
|
|
|