| Index: Source/core/style/StylePendingImage.h
|
| diff --git a/Source/core/style/StylePendingImage.h b/Source/core/style/StylePendingImage.h
|
| index 8a00d6d36f786d8fdd979851fe9d1ced7cf48a69..9c40d50b47921c8c99ea93da03a7c1400950316e 100644
|
| --- a/Source/core/style/StylePendingImage.h
|
| +++ b/Source/core/style/StylePendingImage.h
|
| @@ -68,6 +68,7 @@ public:
|
| return nullptr;
|
| }
|
| bool knownToBeOpaque(const LayoutObject*) const override { return false; }
|
| + KURL url() const override { return KURL(); }
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
|
|