| Index: Source/modules/accessibility/AXLayoutObject.cpp
|
| diff --git a/Source/modules/accessibility/AXLayoutObject.cpp b/Source/modules/accessibility/AXLayoutObject.cpp
|
| index a5f46fad297cf66d2d9f7e3547d76cd3f3097764..04a1ced44250973f3cc69c4fcd0e4ebf42015e0c 100644
|
| --- a/Source/modules/accessibility/AXLayoutObject.cpp
|
| +++ b/Source/modules/accessibility/AXLayoutObject.cpp
|
| @@ -651,9 +651,6 @@
|
| if (roleValue() == TimeRole)
|
| return false;
|
|
|
| - if (roleValue() == MarkRole)
|
| - return false;
|
| -
|
| // if this element has aria attributes on it, it should not be ignored.
|
| if (supportsARIAAttributes())
|
| return false;
|
|
|