Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a910306f1de52119a900d570b630b03e609ab031 https://github.com/WebKit/WebKit/commit/a910306f1de52119a900d570b630b03e609ab031 Author: Žan Doberšek <zdober...@igalia.com> Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths: M Source/WebCore/accessibility/atspi/AccessibilityObjectTextAtspi.cpp Log Message: ----------- AccessibilityObjectAtspi::textAttributes() should move attributes HashMap into the returning struct https://bugs.webkit.org/show_bug.cgi?id=250019 Reviewed by Carlos Garcia Campos. In AccessibilityObjectAtspi::textAttributes(), the HashMap can be moved into the returning TextAttributes struct, removing the nuisance of copying the object otherwise. * Source/WebCore/accessibility/atspi/AccessibilityObjectTextAtspi.cpp: (WebCore::AccessibilityObjectAtspi::textAttributes const): Canonical link: https://commits.webkit.org/258384@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes