Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 25d3919907b85d9829ff1a940b29f72fa3332365
https://github.com/WebKit/WebKit/commit/25d3919907b85d9829ff1a940b29f72fa3332365
Author: Ahmad Saleem <[email protected]>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M Source/WebCore/dom/Document.cpp
Log Message:
-----------
Shrink isValidNameNonASCII by using U16_NEXT only once
Shrink isValidNameNonASCII by using U16_NEXT only once
https://bugs.webkit.org/show_bug.cgi?id=249913
Reviewed by Ryosuke Niwa.
Merge - https://src.chromium.org/viewvc/blink?view=rev&revision=182236
This patch is to optimize the usage of "U16_NEXT" macro to once rather than
twice
leading to shrinkage in symbols across various compilers (e.g., Clang).
* Source/WebCore/dom/Document.cpp:
(isValidNameNonASCII): Optimize to use "U16_NEXT" once
Canonical link: https://commits.webkit.org/258456@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes