Index: Source/core/dom/AXObjectCache.h |
diff --git a/Source/core/dom/AXObjectCache.h b/Source/core/dom/AXObjectCache.h |
index 2ce8add3cd1d8c55803a8acfc8355404e685792f..aa6e51f06c71ad87d1a8f69ea2d9e80d9b3a3703 100644 |
--- a/Source/core/dom/AXObjectCache.h |
+++ b/Source/core/dom/AXObjectCache.h |
@@ -33,8 +33,8 @@ typedef unsigned AXID; |
namespace blink { |
class AXObject; |
class FrameView; |
+class LayoutMenuList; |
class Page; |
-class RenderMenuList; |
class Widget; |
class AXObjectCache { |
@@ -100,7 +100,7 @@ public: |
virtual void handleEditableTextContentChanged(Node*) = 0; |
virtual void handleTextFormControlChanged(Node*) = 0; |
virtual void handleValueChanged(Node*) = 0; |
- virtual void handleUpdateActiveMenuOption(RenderMenuList*, int optionIndex) = 0; |
+ virtual void handleUpdateActiveMenuOption(LayoutMenuList*, int optionIndex) = 0; |
virtual void handleLoadComplete(Document*) = 0; |
virtual void handleLayoutComplete(Document*) = 0; |