| Index: third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| index 6a409e8394c2567631297660a934f1ecace68307..29d3ccf31fb515926e1174810c5c9cc5af696f69 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| @@ -131,7 +131,7 @@ StyleImage* CSSImageSetValue::cacheImage(Document* document, float deviceScaleFa
|
| String CSSImageSetValue::customCSSText() const
|
| {
|
| StringBuilder result;
|
| - result.append("-webkit-image-set(");
|
| + result.append("image-set(");
|
|
|
| size_t length = this->length();
|
| size_t i = 0;
|
|
|