| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index b831d14ff1e09f44543b7577b02c014ae1db739c..dc0aa043dd03dd7b95c65ea6cdea9d47c91a3059 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -124,7 +124,7 @@ class CORE_EXPORT HTMLImageElement final
|
| bool wouldTaintOrigin(SecurityOrigin*) const override;
|
| FloatSize elementSize(const FloatSize&) const override;
|
| FloatSize defaultDestinationSize(const FloatSize&) const override;
|
| - const KURL& sourceURL() const override;
|
| + KURL sourceURL() const override;
|
| bool isAccelerated() const override { return false; }
|
| bool isOpaque() const override;
|
| int sourceWidth() override;
|
|
|