| Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| index 10ae70a0e5f1903f4e0e0261f0ab12e1cac95a3b..05f7f339612b76a6958e9626a92c69e95a0b666c 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| @@ -27,8 +27,9 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - static DOMMatrixReadOnly* Create(ExceptionState&);
|
| - static DOMMatrixReadOnly* Create(StringOrUnrestrictedDoubleSequence&,
|
| + static DOMMatrixReadOnly* Create(ExecutionContext*, ExceptionState&);
|
| + static DOMMatrixReadOnly* Create(ExecutionContext*,
|
| + StringOrUnrestrictedDoubleSequence&,
|
| ExceptionState&);
|
| static DOMMatrixReadOnly* fromFloat32Array(NotShared<DOMFloat32Array>,
|
| ExceptionState&);
|
|
|