| Index: Source/core/html/shadow/PasswordGeneratorButtonElement.cpp
|
| diff --git a/Source/core/html/shadow/PasswordGeneratorButtonElement.cpp b/Source/core/html/shadow/PasswordGeneratorButtonElement.cpp
|
| index a71d2a3b06307026073db3cea774ce5e18116dee..ffca7e3208a3e25a3adc57084a27cd1dd3358647 100644
|
| --- a/Source/core/html/shadow/PasswordGeneratorButtonElement.cpp
|
| +++ b/Source/core/html/shadow/PasswordGeneratorButtonElement.cpp
|
| @@ -47,7 +47,7 @@ namespace WebCore {
|
| using namespace HTMLNames;
|
|
|
| PasswordGeneratorButtonElement::PasswordGeneratorButtonElement(Document& document)
|
| - : HTMLDivElement(HTMLNames::divTag, document)
|
| + : HTMLDivElement(document)
|
| , m_isInHoverState(false)
|
| {
|
| setHasCustomStyleCallbacks();
|
|
|