Changeset 148753 in webkit for trunk/Source/WebCore/css/WebKitCSSMatrix.cpp
- Timestamp:
- Apr 19, 2013, 10:17:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/WebKitCSSMatrix.cpp
r148479 r148753 32 32 #include "ExceptionCode.h" 33 33 #include "StylePropertySet.h" 34 #include " StyleResolver.h"34 #include "TransformFunctions.h" 35 35 #include <wtf/MathExtras.h> 36 36 … … 67 67 68 68 TransformOperations operations; 69 if (! StyleResolver::createTransformOperations(value.get(), 0, 0, operations)) {69 if (!transformsForValue(0, 0, value.get(), operations)) { 70 70 ec = SYNTAX_ERR; 71 71 return;
Note:
See TracChangeset
for help on using the changeset viewer.