Chromium Code Reviews| Index: Source/WebCore/platform/Length.h |
| =================================================================== |
| --- Source/WebCore/platform/Length.h (revision 118283) |
| +++ Source/WebCore/platform/Length.h (working copy) |
| @@ -228,7 +228,7 @@ |
| return *this; |
| // FIXME http://webkit.org/b/86160 - Blending doesn't work with calculated expressions |
| - if (type() == Calculated) |
| + if (from.type() == Calculated || type() == Calculated) |
| return *this; |
| LengthType resultType = type(); |