| Index: Source/core/html/shadow/DetailsMarkerControl.cpp
|
| diff --git a/Source/core/html/shadow/DetailsMarkerControl.cpp b/Source/core/html/shadow/DetailsMarkerControl.cpp
|
| index 2056e1a85d83bac2aeab56b845a715ba83f18062..f3f2adb3b8e062e85d2a206bb7b8d8b49fdddd1e 100644
|
| --- a/Source/core/html/shadow/DetailsMarkerControl.cpp
|
| +++ b/Source/core/html/shadow/DetailsMarkerControl.cpp
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
| using namespace HTMLNames;
|
|
|
| DetailsMarkerControl::DetailsMarkerControl(Document& document)
|
| - : HTMLDivElement(divTag, document)
|
| + : HTMLDivElement(document)
|
| {
|
| }
|
|
|
|
|