Index: Source/core/accessibility/AXRenderObject.cpp |
=================================================================== |
--- Source/core/accessibility/AXRenderObject.cpp (revision 164401) |
+++ Source/core/accessibility/AXRenderObject.cpp (working copy) |
@@ -651,6 +651,9 @@ |
if (isHeading()) |
return false; |
+ if (isLandmarkRelated()) |
+ return false; |
+ |
if (isLink()) |
return false; |