After switching to another space and back, video races to catch up with audio
Created attachment 194452 [details] Patch
<rdar://problem/12316429>
Created attachment 194453 [details] Patch
Comment on attachment 194452 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=194452&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:284 > + NSNotificationCenter* nc = [[NSWorkspace sharedWorkspace] notificationCenter]; Please use a more descriptive variable name here, like workspaceNotificationCenter. > Source/WebKit2/UIProcess/API/mac/WKView.mm:3173 > + [nc addObserver:self selector:@selector(_activeSpaceDidChange:) name:NSWorkspaceActiveSpaceDidChangeNotification object:nil]; Ditto.
Committed r146673: <http://trac.webkit.org/changeset/146673>