| Index: Source/core/html/shadow/ClearButtonElement.cpp
|
| diff --git a/Source/core/html/shadow/ClearButtonElement.cpp b/Source/core/html/shadow/ClearButtonElement.cpp
|
| index 96b37601e3ea2397f33dd61b64edf76a003302a6..09ad03cc352aabcf4922892f65df48066da7479e 100644
|
| --- a/Source/core/html/shadow/ClearButtonElement.cpp
|
| +++ b/Source/core/html/shadow/ClearButtonElement.cpp
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
| using namespace HTMLNames;
|
|
|
| inline ClearButtonElement::ClearButtonElement(Document& document, ClearButtonOwner& clearButtonOwner)
|
| - : HTMLDivElement(divTag, document)
|
| + : HTMLDivElement(document)
|
| , m_clearButtonOwner(&clearButtonOwner)
|
| , m_capturing(false)
|
| {
|
|
|