| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 615776823915707dce851952257b382499c8ad05..b559a7bf59b49823549baa30154211c8594fd91f 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -132,6 +132,7 @@ private:
|
| WeakPtr<HTMLFormElement> m_form;
|
| CompositeOperator m_compositeOperator;
|
| AtomicString m_bestFitImageURL;
|
| + AtomicString m_currentSrc;
|
| float m_imageDevicePixelRatio;
|
| bool m_formWasSetByParser;
|
| };
|
|
|