Bug 76565 - Save two ID checks on CSS property validation
Summary: Save two ID checks on CSS property validation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 13:27 PST by Thiago Marcos P. Santos
Modified: 2012-01-18 18:02 PST (History)
3 users (show)

See Also:


Attachments
Fixes double check on property validation (1.42 KB, patch)
2012-01-18 13:34 PST, Thiago Marcos P. Santos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago Marcos P. Santos 2012-01-18 13:27:47 PST
The same validation is done again in the next case statement. Check for CSSValueIntrinsic and CSSValueMinIntrinsic was done twice when the value is a number.
Comment 1 Thiago Marcos P. Santos 2012-01-18 13:34:49 PST
Created attachment 122983 [details]
Fixes double check on property validation
Comment 2 Andreas Kling 2012-01-18 15:26:17 PST
Comment on attachment 122983 [details]
Fixes double check on property validation

r=me
Comment 3 WebKit Review Bot 2012-01-18 18:02:18 PST
Comment on attachment 122983 [details]
Fixes double check on property validation

Clearing flags on attachment: 122983

Committed r105370: <http://trac.webkit.org/changeset/105370>
Comment 4 WebKit Review Bot 2012-01-18 18:02:22 PST
All reviewed patches have been landed.  Closing bug.