Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp |
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp |
index e4c1ed95915423ee26b242a647d136df8fafd511..e8a1ee37a275e2e46d8933a43e1785b390e0d83c 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp |
@@ -378,8 +378,9 @@ void DOMMatrixReadOnly::setMatrixValueFromString( |
const ComputedStyle& initialStyle = ComputedStyle::initialStyle(); |
TransformOperations operations = TransformBuilder::createTransformOperations( |
- *value, CSSToLengthConversionData(&initialStyle, &initialStyle, |
- LayoutViewItem(nullptr), 1.0f)); |
+ *value, |
+ CSSToLengthConversionData(&initialStyle, &initialStyle, |
+ LayoutViewItem(nullptr), 1.0f)); |
if (operations.dependsOnBoxSize()) { |
exceptionState.throwDOMException( |