[webkit-changes] [WebKit/WebKit] 6b9b66: Sync and remove [NotEnumerable] from `toString` as...
Ahmad Saleem
noreply at github.com
Fri Nov 17 23:38:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b9b667d2d27aa82c075e0a8e8b04e3353d05531
https://github.com/WebKit/WebKit/commit/6b9b667d2d27aa82c075e0a8e8b04e3353d05531
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M LayoutTests/js/dom/toString-dontEnum-expected.txt
M LayoutTests/js/dom/toString-dontEnum.html
M Source/WebCore/page/DOMSelection.idl
Log Message:
-----------
Sync and remove [NotEnumerable] from `toString` as per Selection API IDL Specification
https://bugs.webkit.org/show_bug.cgi?id=264991
Reviewed by Ryosuke Niwa.
This change is to align WebKit with Gecko / Firefox, Blink / Chromium and Web-Specification [1] by removing
[NoEnumerable] from 'toString' (stringifier).
[1] https://w3c.github.io/selection-api/#selection-interface
* Source/WebCore/page/DOMSelection.idl:
* LayoutTests/js/dom/toString-dontEnum.html: Rebaselined
* LayoutTests/js/dom/toString-dontEnum-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/270933@main
More information about the webkit-changes
mailing list