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