[Webkit-unassigned] [Bug 179497] AX: AOM: Implement number type properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 18 22:03:23 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179497

chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #327320|review?                     |review+
              Flags|                            |

--- Comment #9 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 327320
  --> https://bugs.webkit.org/attachment.cgi?id=327320
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=327320&action=review

> Source/WebCore/accessibility/AccessibleNode.cpp:290
> +        const String& value =  element.attributeWithoutSynchronization(ariaAttributeMap().get(propertyName));

extra space after =

> Source/WebCore/accessibility/AccessibleNode.cpp:304
> +        return element.attributeWithoutSynchronization(ariaAttributeMap().get(propertyName)).toFloat();

toDouble() ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171119/436869e9/attachment.html>


More information about the webkit-unassigned mailing list