Index: third_party/WebKit/Source/core/dom/CompositorProxy.idl |
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.idl b/third_party/WebKit/Source/core/dom/CompositorProxy.idl |
index 57eee67dd78d73b62d3761f7a94fdea313ad1a7b..6f37020f4ce2b57d8d57b60e8fc9793c9c01dacc 100644 |
--- a/third_party/WebKit/Source/core/dom/CompositorProxy.idl |
+++ b/third_party/WebKit/Source/core/dom/CompositorProxy.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
- Constructor(Element element, DOMString[] attributeArray), |
+ Constructor(Element element, sequence<DOMString> attributeArray), |
ConstructorCallWith=ExecutionContext, |
Exposed=(Window,CompositorWorker), |
RaisesException=Constructor, |