A media element's media session should be updated when its "kind" is set, changed, or removed.
<rdar://problem/21575667>
Created attachment 255863 [details] Patch
Attachment 255863 [details] did not pass style-queue: ERROR: Source/WebCore/html/HTMLMediaElement.cpp:6516: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] ERROR: Source/WebCore/html/HTMLMediaElement.h:560: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
The 'kind' attribute has been removed from the Media Session in favor of the 'session' attribute.