Index: Source/core/html/HTMLRTElement.h |
diff --git a/Source/core/html/HTMLRTElement.h b/Source/core/html/HTMLRTElement.h |
index e2c6f42dec3df77b0ded3eb9afffd207c9adc2b3..4acec7ec7c6ad1210118bfbe38ace9d2577d82e6 100644 |
--- a/Source/core/html/HTMLRTElement.h |
+++ b/Source/core/html/HTMLRTElement.h |
@@ -18,7 +18,7 @@ public: |
private: |
explicit HTMLRTElement(Document&); |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
}; |
} // namespace |