Title: [255381] trunk/Source/WebCore
Revision
255381
Author
ross.kirsl...@sony.com
Date
2020-01-29 13:45:52 -0800 (Wed, 29 Jan 2020)

Log Message

Unreviewed !ENABLE(ACCESSIBILITY) build fix.

* accessibility/AccessibilityObjectInterface.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (255380 => 255381)


--- trunk/Source/WebCore/ChangeLog	2020-01-29 21:30:28 UTC (rev 255380)
+++ trunk/Source/WebCore/ChangeLog	2020-01-29 21:45:52 UTC (rev 255381)
@@ -1,3 +1,9 @@
+2020-01-29  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed !ENABLE(ACCESSIBILITY) build fix.
+
+        * accessibility/AccessibilityObjectInterface.h:
+
 2020-01-29  Chris Dumez  <cdu...@apple.com>
 
         [iOS] Make sure unused service worker processes exit promptly on low memory warning

Modified: trunk/Source/WebCore/accessibility/AccessibilityObjectInterface.h (255380 => 255381)


--- trunk/Source/WebCore/accessibility/AccessibilityObjectInterface.h	2020-01-29 21:30:28 UTC (rev 255380)
+++ trunk/Source/WebCore/accessibility/AccessibilityObjectInterface.h	2020-01-29 21:45:52 UTC (rev 255381)
@@ -1152,11 +1152,13 @@
     setObjectID(InvalidAXID);
 }
 
+#if ENABLE(ACCESSIBILITY)
 inline void AXCoreObject::detachWrapper(AccessibilityDetachmentType detachmentType)
 {
     detachPlatformWrapper(detachmentType);
     m_wrapper = nullptr;
 }
+#endif
 
 namespace Accessibility {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to