| Index: Source/core/html/HTMLAreaElement.h
|
| diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h
|
| index 0b28ff1ad59a641ccdb26c3d3b643a5a9fa96b92..56d81fcdb0f4641a001714b8271f0112c1935aeb 100644
|
| --- a/Source/core/html/HTMLAreaElement.h
|
| +++ b/Source/core/html/HTMLAreaElement.h
|
| @@ -33,7 +33,7 @@ class HitTestResult;
|
| class HTMLImageElement;
|
| class Path;
|
|
|
| -class HTMLAreaElement : public HTMLAnchorElement {
|
| +class HTMLAreaElement FINAL : public HTMLAnchorElement {
|
| public:
|
| static PassRefPtr<HTMLAreaElement> create(const QualifiedName&, Document*);
|
|
|
|
|