Bug 134810

Summary: [Feature Queries] Feature Query CSS Grammar Productions Should Return a Value
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Bear Travis <betravis>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 134404    
Attachments:
Description Flags
Initial Patch none

Description Bear Travis 2014-07-10 12:22:29 PDT
Valid Feature Query css grammar productions should always return a value, as they are used to determine if a feature query succeeds. Two of the productions were not returning a value, which caused problems when the uninitialized return value was subsequently used.
Comment 1 Bear Travis 2014-07-10 12:55:13 PDT
Created attachment 234721 [details]
Initial Patch
Comment 2 WebKit Commit Bot 2014-07-11 12:00:53 PDT
Comment on attachment 234721 [details]
Initial Patch

Clearing flags on attachment: 234721

Committed r171008: <http://trac.webkit.org/changeset/171008>
Comment 3 WebKit Commit Bot 2014-07-11 12:00:57 PDT
All reviewed patches have been landed.  Closing bug.