Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxy.idl

Issue 2380383003: Use sequence<T> instead of T[] where possible and document exceptions (Closed)
Patch Set: address feedback Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « third_party/WebKit/Source/core/clipboard/DataTransfer.idl ('k') | third_party/WebKit/Source/core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698