| Index: Source/core/html/shadow/ProgressShadowElement.cpp
|
| diff --git a/Source/core/html/shadow/ProgressShadowElement.cpp b/Source/core/html/shadow/ProgressShadowElement.cpp
|
| index 2de1161e95a564a2608fdd90c7716e1193adb641..50c8d1dc9a4fdcba5a0b4123dd147de722342bb0 100644
|
| --- a/Source/core/html/shadow/ProgressShadowElement.cpp
|
| +++ b/Source/core/html/shadow/ProgressShadowElement.cpp
|
| @@ -41,7 +41,7 @@ namespace WebCore {
|
| using namespace HTMLNames;
|
|
|
| ProgressShadowElement::ProgressShadowElement(Document& document)
|
| - : HTMLDivElement(HTMLNames::divTag, document)
|
| + : HTMLDivElement(document)
|
| {
|
| }
|
|
|
|
|