[webkit-reviews] review granted: [Bug 235919] Use more AtomString and un-inline code for ScriptElementCachedScriptFetcher and its subclasses : [Attachment 450464] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 08:52:45 PST 2022


Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 235919: Use more AtomString and un-inline code for
ScriptElementCachedScriptFetcher and its subclasses
https://bugs.webkit.org/show_bug.cgi?id=235919

Attachment 450464: Patch

https://bugs.webkit.org/attachment.cgi?id=450464&action=review




--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 450464
  --> https://bugs.webkit.org/attachment.cgi?id=450464
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=450464&action=review

> Source/WebCore/dom/LoadableClassicScript.cpp:44
> +LoadableClassicScript::LoadableClassicScript(const String& nonce, const
AtomString& integrity, ReferrerPolicy policy, const AtomString&
crossOriginMode, const String& charset, const AtomString& initiatorName, bool
isInUserAgentShadowTree, bool isAsync)

Was nonce going to be AtomString?


More information about the webkit-reviews mailing list