| Index: Source/core/html/HTMLMapElement.h
|
| diff --git a/Source/core/html/HTMLMapElement.h b/Source/core/html/HTMLMapElement.h
|
| index 76641dee2384395b46aa4ad1613ce78ae22354ed..4ddce6a2fc6f2b1d99f6927323e632cb6df8b228 100644
|
| --- a/Source/core/html/HTMLMapElement.h
|
| +++ b/Source/core/html/HTMLMapElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
| class HitTestResult;
|
| class HTMLImageElement;
|
|
|
| -class HTMLMapElement : public HTMLElement {
|
| +class HTMLMapElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLMapElement> create(Document*);
|
| static PassRefPtr<HTMLMapElement> create(const QualifiedName&, Document*);
|
|
|