Bug 163671

Summary: [CSS Parser] Fix transform parsing
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, clopez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Dave Hyatt 2016-10-19 10:35:33 PDT
Make sure to use WebKitCSSTransformValue for now.
Comment 1 Dave Hyatt 2016-10-19 10:38:51 PDT
Created attachment 292083 [details]
Patch
Comment 2 Dave Hyatt 2016-10-19 10:43:21 PDT
Fix landed in r207543.
Comment 3 Carlos Garcia Campos 2016-10-19 10:53:18 PDT
This broke GTK+ and EFL builds, is WebkitCSSTransformValue.h autogenerated?
Comment 4 Carlos Alberto Lopez Perez 2016-10-19 11:28:26 PDT
Committed r207548: <http://trac.webkit.org/changeset/207548>