| Index: Source/modules/accessibility/AXNodeObject.cpp
|
| diff --git a/Source/modules/accessibility/AXNodeObject.cpp b/Source/modules/accessibility/AXNodeObject.cpp
|
| index e8d8f0282f75b8e9792cb26e0e33ef0424ec4737..2c79418780600d03ca686cadf8e37ec36e2a7183 100644
|
| --- a/Source/modules/accessibility/AXNodeObject.cpp
|
| +++ b/Source/modules/accessibility/AXNodeObject.cpp
|
| @@ -437,9 +437,6 @@
|
| if (node()->hasTagName(mainTag))
|
| return MainRole;
|
|
|
| - if (node()->hasTagName(markTag))
|
| - return MarkRole;
|
| -
|
| if (node()->hasTagName(navTag))
|
| return NavigationRole;
|
|
|
|
|