| Index: third_party/WebKit/Source/core/dom/CompositorProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
|
| index c8abebf19fd8e66323c3ddf2b78805f9004b7fe4..4b10123fc172bd8e73a31eff6ecf2203ebd294d2 100644
|
| --- a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
|
| @@ -204,7 +204,7 @@ DOMMatrix* CompositorProxy::transform(ExceptionState& exceptionState) const
|
| return nullptr;
|
| if (raiseExceptionIfNotMutable(CompositorMutableProperty::kTransform, exceptionState))
|
| return nullptr;
|
| - return DOMMatrix::create(m_state->transform());
|
| + return DOMMatrix::create(m_state->transform(), exceptionState);
|
| }
|
|
|
| void CompositorProxy::setOpacity(double opacity, ExceptionState& exceptionState)
|
|
|