RESOLVED FIXED 230851
Rename Style::queuePostResolutionCallback to Style::deprecatedQueuePostResolutionCallback
https://bugs.webkit.org/show_bug.cgi?id=230851
Summary Rename Style::queuePostResolutionCallback to Style::deprecatedQueuePostResolu...
Tim Nguyen (:ntim)
Reported 2021-09-27 11:41:12 PDT
According to the WIP patch in bug 203139, the HTML 5 event loop should be used instead.
Attachments
Patch (5.09 KB, patch)
2021-09-27 11:53 PDT, Tim Nguyen (:ntim)
simon.fraser: review+
Tim Nguyen (:ntim)
Comment 1 2021-09-27 11:53:08 PDT
Simon Fraser (smfr)
Comment 2 2021-09-27 12:01:10 PDT
Comment on attachment 439375 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439375&action=review > Source/WebCore/style/StyleTreeResolver.h:115 > +void deprecatedQueuePostResolutionCallback(Function<void()>&&); // Integrate with the HTML5 event loop instead. I think this comment could be more helpful. Where in the code should I do stuff instead of calling this function?
Tim Nguyen (:ntim)
Comment 3 2021-09-27 14:21:49 PDT
Radar WebKit Bug Importer
Comment 4 2021-09-27 14:22:16 PDT
Note You need to log in before you can comment on or make changes to this bug.