forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Share code between JSDOMIterator and JSDOMAsyncIterator
https://bugs.webkit.org/show_bug.cgi?id=231437 <rdar://problem/84306323> Reviewed by Youenn Fablet. * bindings/js/JSDOMAsyncIterator.h: (WebCore::jsPair): Deleted. (WebCore::iteratorCreate): Deleted. * bindings/js/JSFileSystemDirectoryHandleIterator.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@284549 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
d04ebab
commit e2dcdee
Showing
3 changed files
with
15 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2021-10-20 Sihui Liu <[email protected]> | ||
|
||
Share code between JSDOMIterator and JSDOMAsyncIterator | ||
https://bugs.webkit.org/show_bug.cgi?id=231437 | ||
<rdar://problem/84306323> | ||
|
||
Reviewed by Youenn Fablet. | ||
|
||
* bindings/js/JSDOMAsyncIterator.h: | ||
(WebCore::jsPair): Deleted. | ||
(WebCore::iteratorCreate): Deleted. | ||
* bindings/js/JSFileSystemDirectoryHandleIterator.h: | ||
|
||
2021-10-20 Rob Buis <[email protected]> | ||
|
||
Fix percentages on orthogonal replaced children | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters