| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index d39fb540908d7c35db34d0f3d430ba53b6a201d2..f621384d285265e69525a59ef4120d26875cbff8 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| bool isServerMap() const;
|
|
|
| - String altText() const;
|
| + const AtomicString& altText() const;
|
|
|
| CompositeOperator compositeOperator() const { return m_compositeOperator; }
|
|
|
|
|