[webkit-reviews] review granted: [Bug 213680] Convert AppCache manifest parser over to using StringParsingBuffer : [Attachment 403143] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 29 20:27:34 PDT 2020
Darin Adler <darin at apple.com> has granted Sam Weinig <sam at webkit.org>'s request
for review:
Bug 213680: Convert AppCache manifest parser over to using StringParsingBuffer
https://bugs.webkit.org/show_bug.cgi?id=213680
Attachment 403143: Patch
https://bugs.webkit.org/attachment.cgi?id=403143&action=review
--- Comment #8 from Darin Adler <darin at apple.com> ---
Comment on attachment 403143
--> https://bugs.webkit.org/attachment.cgi?id=403143
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=403143&action=review
> Source/WebCore/loader/appcache/ManifestParser.cpp:77
> + static constexpr const char cacheManifestMIMEType[] =
"text/cache-manifest";
Do we need "const"?
More information about the webkit-reviews
mailing list