| Index: Source/core/html/HTMLButtonElement.cpp
|
| diff --git a/Source/core/html/HTMLButtonElement.cpp b/Source/core/html/HTMLButtonElement.cpp
|
| index 477c077301f4f83a0376576153c9f15a313afb77..ff5e93197be8f42c862c36420be27bdcf34a4f4d 100644
|
| --- a/Source/core/html/HTMLButtonElement.cpp
|
| +++ b/Source/core/html/HTMLButtonElement.cpp
|
| @@ -56,7 +56,7 @@ void HTMLButtonElement::setType(const AtomicString& type)
|
| setAttribute(typeAttr, type);
|
| }
|
|
|
| -LayoutObject* HTMLButtonElement::createLayoutObject(const LayoutStyle&)
|
| +LayoutObject* HTMLButtonElement::createLayoutObject(const ComputedStyle&)
|
| {
|
| return new LayoutButton(this);
|
| }
|
|
|