| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 427351b75628f6cf6adebcd96d86f00188f2adbf..c27381708fc31b8bf006e2b59824f09f97614d75 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -93,6 +93,7 @@ public:
|
| virtual bool wouldTaintOrigin(SecurityOrigin*) const OVERRIDE;
|
| virtual FloatSize sourceSize() const OVERRIDE;
|
| virtual FloatSize defaultDestinationSize() const OVERRIDE;
|
| + virtual const KURL& sourceURL() const OVERRIDE;
|
|
|
| enum UpdateFromElementBehavior {
|
| UpdateNormal,
|
|
|