| Index: Source/core/layout/style/StylePendingImage.h
|
| diff --git a/Source/core/layout/style/StylePendingImage.h b/Source/core/layout/style/StylePendingImage.h
|
| index 19c4cc7b652775a88a8d936e3e1473cd62a28ac3..83da985a2e9f326601a0f937fefebce3b7515be9 100644
|
| --- a/Source/core/layout/style/StylePendingImage.h
|
| +++ b/Source/core/layout/style/StylePendingImage.h
|
| @@ -35,9 +35,9 @@
|
|
|
| namespace blink {
|
|
|
| -// StylePendingImage is a placeholder StyleImage that is entered into the LayoutStyle during
|
| +// StylePendingImage is a placeholder StyleImage that is entered into the ComputedStyle during
|
| // style resolution, in order to avoid loading images that are not referenced by the final style.
|
| -// They should never exist in a LayoutStyle after it has been returned from the style selector.
|
| +// They should never exist in a ComputedStyle after it has been returned from the style selector.
|
|
|
| class StylePendingImage final : public StyleImage {
|
| public:
|
|
|