DescriptionRemove custom code for MessageEvent.ports getter
Use MessagePort[] instead of Array type for MessageEvent.ports attribute and
remove custom code for the getter. Since the array is not nullable on JS side
MessageEvent::ports() method now returns a Vector instead of a Vector* so that
the bindings generator doesn't need to special case it.
R=haraken@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151089
Patch Set 1 #Patch Set 2 : Rebase patch #
Messages
Total messages: 15 (0 generated)
|