media/track/media-element-enqueue-event-crash.html sometimes crashes in Document::playbackTargetAvailabilityDidChange when GuardMalloc is enabled.
rdar://problem/21106044
Created attachment 254082 [details] Proposed patch.
Attachment 254082 [details] did not pass style-queue: ERROR: Source/WebCore/html/MediaElementSession.h:47: The parameter name "document" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/MediaElementSession.h:48: The parameter name "document" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 254082 [details] Proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=254082&action=review > Source/WebCore/html/MediaElementSession.h:48 > + void registerWithDocument(Document& document); > + void unregisterWithDocument(Document& document); Argument names don’t add anything here.
Committed r185120: https://trac.webkit.org/r185120