[webkit-reviews] review granted: [Bug 172703] REGRESSION(r215946): Can't reference a table cell in Google spreadsheet : [Attachment 311539] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 30 13:39:54 PDT 2017


Ryosuke Niwa <rniwa at webkit.org> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 172703: REGRESSION(r215946): Can't reference a table cell in Google
spreadsheet
https://bugs.webkit.org/show_bug.cgi?id=172703

Attachment 311539: Patch

https://bugs.webkit.org/attachment.cgi?id=311539&action=review




--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 311539
  --> https://bugs.webkit.org/attachment.cgi?id=311539
Patch

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

> Source/WebCore/dom/DOMRectList.idl:33
> +] interface DOMRectList {
> +    readonly attribute unsigned long length;
> +    getter DOMRect item(unsigned long index);
> +};

Huh, this doesn't have an indexed getter!? No wonder Google docs is using item
to access each item.


More information about the webkit-reviews mailing list