| Index: Source/core/style/StyleGeneratedImage.h
|
| diff --git a/Source/core/style/StyleGeneratedImage.h b/Source/core/style/StyleGeneratedImage.h
|
| index 8112e2d3ccdd271a2f2aaa680adc96033ca419f9..887208ec7f4d56ba5f78d91cddd0cc60a7a6e36d 100644
|
| --- a/Source/core/style/StyleGeneratedImage.h
|
| +++ b/Source/core/style/StyleGeneratedImage.h
|
| @@ -53,6 +53,7 @@ public:
|
| void removeClient(LayoutObject*) override;
|
| PassRefPtr<Image> image(LayoutObject*, const IntSize&) const override;
|
| bool knownToBeOpaque(const LayoutObject*) const override;
|
| + KURL url() const override { return KURL(); }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|