| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| index f68c814166efbe2f93ca781bd1f721fde726a2fa..357f53f4e70cb139cc3732b2e064d57df604c13e 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| @@ -126,7 +126,7 @@ void PaintWorkletGlobalScope::registerPaint(const String& name,
|
| exceptionState.throwTypeError("Invalid argument types.");
|
| return;
|
| }
|
| - inputArgumentTypes.append(syntaxDescriptor);
|
| + inputArgumentTypes.push_back(syntaxDescriptor);
|
| }
|
| }
|
| }
|
|
|