Index: Source/web/ExternalPopupMenuTest.cpp |
diff --git a/Source/web/ExternalPopupMenuTest.cpp b/Source/web/ExternalPopupMenuTest.cpp |
index 30eedb9471a716dace204de19adfb98cc3b6b865..20a58206bfa53bb7a525edc3e9edf18a75b8c33d 100644 |
--- a/Source/web/ExternalPopupMenuTest.cpp |
+++ b/Source/web/ExternalPopupMenuTest.cpp |
@@ -65,7 +65,7 @@ public: |
virtual bool multiple() const override { return false; } |
virtual IntRect elementRectRelativeToViewport() const override { return IntRect(); } |
virtual Element& ownerElement() const override { return *m_ownerElement; } |
- virtual const LayoutStyle* layoutStyleForItem(Element& element) const override { return nullptr; } |
+ virtual const ComputedStyle* computedStyleForItem(Element& element) const override { return nullptr; } |
void setListSize(size_t size) { m_listSize = size; } |
void setDisplayNoneIndex(unsigned index) { m_displayNoneIndexSet.insert(index); } |