Index: Source/core/html/HTMLFormElement.cpp |
diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp |
index 67ba62e424e7dd3f2ff455872b997d439a096419..e44ff6f0574e77a1045ec8d00a05d6d2d571b4a2 100644 |
--- a/Source/core/html/HTMLFormElement.cpp |
+++ b/Source/core/html/HTMLFormElement.cpp |
@@ -120,7 +120,7 @@ bool HTMLFormElement::isValidElement() |
return !checkInvalidControlsAndCollectUnhandled(0, CheckValidityDispatchNoEvent); |
} |
-bool HTMLFormElement::layoutObjectIsNeeded(const LayoutStyle& style) |
+bool HTMLFormElement::layoutObjectIsNeeded(const ComputedStyle& style) |
{ |
if (!m_wasDemoted) |
return HTMLElement::layoutObjectIsNeeded(style); |