| Index: Source/core/html/shadow/SpinButtonElement.cpp
|
| diff --git a/Source/core/html/shadow/SpinButtonElement.cpp b/Source/core/html/shadow/SpinButtonElement.cpp
|
| index c0885126472c5cd6c711351ab3f8f37472bcc51f..68839a6bb10bc489c33ee11ffa55ffc51f5cd12d 100644
|
| --- a/Source/core/html/shadow/SpinButtonElement.cpp
|
| +++ b/Source/core/html/shadow/SpinButtonElement.cpp
|
| @@ -44,7 +44,7 @@ namespace WebCore {
|
| using namespace HTMLNames;
|
|
|
| inline SpinButtonElement::SpinButtonElement(Document& document, SpinButtonOwner& spinButtonOwner)
|
| - : HTMLDivElement(divTag, document)
|
| + : HTMLDivElement(document)
|
| , m_spinButtonOwner(&spinButtonOwner)
|
| , m_capturing(false)
|
| , m_upDownState(Indeterminate)
|
|
|