Bug 273726 - Remove the spaces between "template" and the "<"
Summary: Remove the spaces between "template" and the "<"
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-03 19:01 PDT by Sam Weinig
Modified: 2024-05-10 19:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2024-05-03 19:01:22 PDT
Updates all occurrences of "template <" to "template<".
Comment 1 Sam Weinig 2024-05-03 19:15:08 PDT
Seems like a job for do-webcore-rename. 

Unfortunately, its having a little trouble (it fails to update the empty argument case for some reason, "template <>" to "template<>").


Going to have to dive into the old perl regex mind palace.
Comment 2 Radar WebKit Bug Importer 2024-05-10 19:02:15 PDT
<rdar://problem/127911322>