Index: Source/core/html/HTMLKeygenElement.cpp |
diff --git a/Source/core/html/HTMLKeygenElement.cpp b/Source/core/html/HTMLKeygenElement.cpp |
index 78708f518ebe15a188d1a340bb3e22e6070d2c9a..cac369c5816040a93777cfe195663dceec73a376 100644 |
--- a/Source/core/html/HTMLKeygenElement.cpp |
+++ b/Source/core/html/HTMLKeygenElement.cpp |
@@ -57,7 +57,7 @@ PassRefPtrWillBeRawPtr<HTMLKeygenElement> HTMLKeygenElement::create(Document& do |
return keygen.release(); |
} |
-LayoutObject* HTMLKeygenElement::createLayoutObject(const LayoutStyle& style) |
+LayoutObject* HTMLKeygenElement::createLayoutObject(const ComputedStyle& style) |
{ |
// TODO(mstensho): While it's harmful and meaningless to allow most display types on replaced |
// content (e.g. table, table-row or flex), it would be useful to honor at least some of |