Bug 261417 - Drop unnecessary `success` variable in CSSVariableReferenceValue::resolveTokenRange()
Summary: Drop unnecessary `success` variable in CSSVariableReferenceValue::resolveToke...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-11 10:16 PDT by Chris Dumez
Modified: 2023-09-11 12:45 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-09-11 10:16:54 PDT
Drop unnecessary `success` variable in CSSVariableReferenceValue::resolveTokenRange().
Comment 1 Chris Dumez 2023-09-11 10:19:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17657
Comment 2 Chris Dumez 2023-09-11 12:45:50 PDT
Incorrect optimization, causes test failure.