| Index: Source/core/html/HTMLMapElement.cpp
|
| diff --git a/Source/core/html/HTMLMapElement.cpp b/Source/core/html/HTMLMapElement.cpp
|
| index 6dd8191062efd7cd5f2ca0cad4278f495e5bc15a..d0c2c432c0451c5071361fca233efabb89c196d9 100644
|
| --- a/Source/core/html/HTMLMapElement.cpp
|
| +++ b/Source/core/html/HTMLMapElement.cpp
|
| @@ -39,7 +39,6 @@ using namespace HTMLNames;
|
| inline HTMLMapElement::HTMLMapElement(Document& document)
|
| : HTMLElement(mapTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| UseCounter::count(document, UseCounter::MapElement);
|
| }
|
|
|
|
|