[webkit-reviews] review granted: [Bug 215463] Add RenderTreeMutationDisallowedScope to track intrusive render tree mutations : [Attachment 406535] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 13 13:58:35 PDT 2020
Simon Fraser (smfr) <simon.fraser at apple.com> has granted zalan
<zalan at apple.com>'s request for review:
Bug 215463: Add RenderTreeMutationDisallowedScope to track intrusive render
tree mutations
https://bugs.webkit.org/show_bug.cgi?id=215463
Attachment 406535: Patch
https://bugs.webkit.org/attachment.cgi?id=406535&action=review
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 406535
--> https://bugs.webkit.org/attachment.cgi?id=406535
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=406535&action=review
> Source/WebCore/page/EventHandler.cpp:1904
> + RenderTreeMutationDisallowedScope renderTreeMutationDisallowedScope;
Seems like a bit of a random place to put it. Can it be moved down into
something that's more rendering-related?
More information about the webkit-reviews
mailing list