| Index: third_party/WebKit/Source/core/geometry/DOMMatrix.h
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrix.h b/third_party/WebKit/Source/core/geometry/DOMMatrix.h
|
| index e809cd5ab5e6e3f3a8c26e6accc6e04aae92f1c2..6efa808be16a2f5dd0b2f02937cb8800dad906e6 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.h
|
| @@ -17,8 +17,9 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - static DOMMatrix* Create(ExceptionState&);
|
| - static DOMMatrix* Create(StringOrUnrestrictedDoubleSequence&,
|
| + static DOMMatrix* Create(ExecutionContext*, ExceptionState&);
|
| + static DOMMatrix* Create(ExecutionContext*,
|
| + StringOrUnrestrictedDoubleSequence&,
|
| ExceptionState&);
|
| // TODO(fserb): double check those two bellow are needed:
|
| static DOMMatrix* Create(DOMMatrixReadOnly*,
|
|
|