| Index: Source/WebCore/css/StyleResolver.cpp
|
| ===================================================================
|
| --- Source/WebCore/css/StyleResolver.cpp (revision 145343)
|
| +++ Source/WebCore/css/StyleResolver.cpp (working copy)
|
| @@ -3590,6 +3590,12 @@
|
| state.style->setGridItemRow(row);
|
| return;
|
| }
|
| + // These properties are aliased and StyleBuilder already applied the property on the prefixed version.
|
| + case CSSPropertyTransitionDelay:
|
| + case CSSPropertyTransitionDuration:
|
| + case CSSPropertyTransitionProperty:
|
| + case CSSPropertyTransitionTimingFunction:
|
| + return;
|
| // These properties are implemented in the StyleBuilder lookup table.
|
| case CSSPropertyBackgroundAttachment:
|
| case CSSPropertyBackgroundClip:
|
|
|