[Webkit-unassigned] [Bug 19864] Computed style for webkitTransform property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 7 20:26:27 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19864
------- Comment #3 from simon.fraser at apple.com 2008-07-07 20:26 PDT -------
This change:
WebKitCSSTransformValue::WebKitCSSTransformValue(TransformOperationType op)
- : CSSValueList(false)
+ : CSSValueList(true)
, m_type(op)
{
}
is showing up in several of your patches.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list