Title: [291085] trunk/Source/WebCore
Revision
291085
Author
[email protected]
Date
2022-03-09 19:05:30 -0800 (Wed, 09 Mar 2022)

Log Message

Remove unused AccessibilityObject member variable.
https://bugs.webkit.org/show_bug.cgi?id=237670
<rdar://problem/90042470>

Reviewed by Chris Fleizach.

AccessibilityObject::m_isolatedTreeNodeInitialized is not used, thus
removing.

* accessibility/AccessibilityObject.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291084 => 291085)


--- trunk/Source/WebCore/ChangeLog	2022-03-10 02:43:46 UTC (rev 291084)
+++ trunk/Source/WebCore/ChangeLog	2022-03-10 03:05:30 UTC (rev 291085)
@@ -1,5 +1,18 @@
 2022-03-09  Andres Gonzalez  <[email protected]>
 
+        Remove unused AccessibilityObject member variable.
+        https://bugs.webkit.org/show_bug.cgi?id=237670
+        <rdar://problem/90042470>
+
+        Reviewed by Chris Fleizach.
+
+        AccessibilityObject::m_isolatedTreeNodeInitialized is not used, thus
+        removing.
+
+        * accessibility/AccessibilityObject.h:
+
+2022-03-09  Andres Gonzalez  <[email protected]>
+
         In isolated tree mode, do not call NSAccessibilityUnregisterUniqueIdForUIElement until the isolated object is detached.
         https://bugs.webkit.org/show_bug.cgi?id=237621
         <rdar://problem/89992486>

Modified: trunk/Source/WebCore/accessibility/AccessibilityObject.h (291084 => 291085)


--- trunk/Source/WebCore/accessibility/AccessibilityObject.h	2022-03-10 02:43:46 UTC (rev 291084)
+++ trunk/Source/WebCore/accessibility/AccessibilityObject.h	2022-03-10 03:05:30 UTC (rev 291085)
@@ -849,10 +849,6 @@
     AccessibilityIsIgnoredFromParentData m_isIgnoredFromParentData;
     bool m_childrenDirty { false };
     bool m_subtreeDirty { false };
-private:
-#if ENABLE(ACCESSIBILITY_ISOLATED_TREE)
-    bool m_isolatedTreeNodeInitialized { false };
-#endif
 };
 
 #if !ENABLE(ACCESSIBILITY)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to