Chromium Code Reviews
DescriptionBindings: Remove special cases for DOMStringList
When DOMStringList was added, special cases were also added so that it
could masquerade as sequence<DOMString> and DOMString[] as well, since
those Web IDL types were not supported. Now that Blink IDL understands
sequence<T> and T[] we can remove the special cases.
R=haraken@chromium.org,nbarth@chromium.org
BUG=239771
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161079
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebased, remove unnecessary test cases #Patch Set 3 : Rebased #Messages
Total messages: 8 (0 generated)
|