| Index: Source/core/html/HTMLDetailsElement.cpp
|
| diff --git a/Source/core/html/HTMLDetailsElement.cpp b/Source/core/html/HTMLDetailsElement.cpp
|
| index b2fb3b55f37f94cfc1e1808ee83fe2fb57fb3d4c..3944c8baf5f21d0f360d19a93303bd0e281aa06f 100644
|
| --- a/Source/core/html/HTMLDetailsElement.cpp
|
| +++ b/Source/core/html/HTMLDetailsElement.cpp
|
| @@ -75,7 +75,7 @@ void HTMLDetailsElement::dispatchPendingEvent(DetailsEventSender* eventSender)
|
| }
|
|
|
|
|
| -LayoutObject* HTMLDetailsElement::createLayoutObject(const LayoutStyle&)
|
| +LayoutObject* HTMLDetailsElement::createLayoutObject(const ComputedStyle&)
|
| {
|
| return new LayoutBlockFlow(this);
|
| }
|
|
|