Bug 223554

Summary: Fix typo
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: MediaAssignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=223467
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Jean-Yves Avenard [:jya]
Reported 2021-03-20 03:50:52 PDT
As noted in bug 223467, bad copy/paste/typo there using the wrong promise
Attachments
Patch (700 bytes, patch)
2021-03-20 03:56 PDT, Jean-Yves Avenard [:jya]
no flags
Patch (1.77 KB, patch)
2021-03-20 04:11 PDT, Jean-Yves Avenard [:jya]
no flags
Patch (28.18 KB, patch)
2021-03-20 05:09 PDT, Jean-Yves Avenard [:jya]
no flags
Patch (1.77 KB, patch)
2021-03-20 05:14 PDT, Jean-Yves Avenard [:jya]
no flags
Patch (1.86 KB, patch)
2021-03-21 15:30 PDT, Jean-Yves Avenard [:jya]
no flags
Jean-Yves Avenard [:jya]
Comment 1 2021-03-20 03:56:10 PDT
Jean-Yves Avenard [:jya]
Comment 2 2021-03-20 04:11:27 PDT
Jean-Yves Avenard [:jya]
Comment 3 2021-03-20 04:11:50 PDT
only updated the changeling for some reasons :(
Jean-Yves Avenard [:jya]
Comment 4 2021-03-20 05:09:39 PDT
Jean-Yves Avenard [:jya]
Comment 5 2021-03-20 05:14:45 PDT
Sam Weinig
Comment 6 2021-03-20 16:39:01 PDT
Comment on attachment 423815 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423815&action=review > Source/WebCore/ChangeLog:4 > + Fix typo. > + https://bugs.webkit.org/show_bug.cgi?id=223554 I usually think of typos as a misspelling or other small issue like that. This removes a comment and an #ifdef. Can you explain a bite more about why you are making this change?
Jean-Yves Avenard [:jya]
Comment 7 2021-03-20 23:28:00 PDT
(In reply to Sam Weinig from comment #6) > Comment on attachment 423815 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=423815&action=review > > > Source/WebCore/ChangeLog:4 > > + Fix typo. > > + https://bugs.webkit.org/show_bug.cgi?id=223554 > > I usually think of typos as a misspelling or other small issue like that. > This removes a comment and an #ifdef. Can you explain a bite more about why > you are making this change? It was a typo in the original patch. Then this comment was added to point it out and I’m reverting to the original code with the typo fixed.
Sam Weinig
Comment 8 2021-03-21 10:31:26 PDT
(In reply to Jean-Yves Avenard [:jya] from comment #7) > (In reply to Sam Weinig from comment #6) > > Comment on attachment 423815 [details] > > Patch > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=423815&action=review > > > > > Source/WebCore/ChangeLog:4 > > > + Fix typo. > > > + https://bugs.webkit.org/show_bug.cgi?id=223554 > > > > I usually think of typos as a misspelling or other small issue like that. > > This removes a comment and an #ifdef. Can you explain a bite more about why > > you are making this change? > > It was a typo in the original patch. Then this comment was added to point it > out and I’m reverting to the original code with the typo fixed. Again, I think of typos as small mistakes like a spelling error. This is a bunch of code, so probably wasn't mis-typed. Either way, please include why this code is changing in the ChangeLog.
Sam Weinig
Comment 9 2021-03-21 10:32:04 PDT
(In reply to Sam Weinig from comment #8) > (In reply to Jean-Yves Avenard [:jya] from comment #7) > > (In reply to Sam Weinig from comment #6) > > > Comment on attachment 423815 [details] > > > Patch > > > > > > View in context: > > > https://bugs.webkit.org/attachment.cgi?id=423815&action=review > > > > > > > Source/WebCore/ChangeLog:4 > > > > + Fix typo. > > > > + https://bugs.webkit.org/show_bug.cgi?id=223554 > > > > > > I usually think of typos as a misspelling or other small issue like that. > > > This removes a comment and an #ifdef. Can you explain a bite more about why > > > you are making this change? > > > > It was a typo in the original patch. Then this comment was added to point it > > out and I’m reverting to the original code with the typo fixed. > > Again, I think of typos as small mistakes like a spelling error. This is a > bunch of code, so probably wasn't mis-typed. Either way, please include why > this code is changing in the ChangeLog. Also, given this changes behavior, it should probably have some test change associated with it.
Jean-Yves Avenard [:jya]
Comment 10 2021-03-21 15:30:54 PDT
Radar WebKit Bug Importer
Comment 11 2021-03-22 04:41:40 PDT
EWS
Comment 12 2021-03-22 12:37:24 PDT
Committed r274777: <https://commits.webkit.org/r274777> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423839 [details].
Note You need to log in before you can comment on or make changes to this bug.