readyState is now a string and no longer an integer.
Created attachment 182563 [details] Patch
Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html
Comment on attachment 182563 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=182563&action=review > Source/WebCore/Modules/mediastream/MediaStreamTrack.cpp:125 > + You've got an extra blank line here.
Comment on attachment 182563 [details] Patch Clearing flags on attachment: 182563 Committed r139618: <http://trac.webkit.org/changeset/139618>
All reviewed patches have been landed. Closing bug.
Speculatively rolled out in r139696. It appeared to be causing crashes in Debug bots: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fregions%2Fautoheight-allregions-nobreaks.html If the crashes continue, I'll roll this back in tomorrow.
Wrong patch but right patch author... The culprit is https://bugs.webkit.org/show_bug.cgi?id=106660. Found and fixed the real problem.
https://bugs.webkit.org/show_bug.cgi?id=106886
Created attachment 182756 [details] Patch
Taking the opportunity to address Adams comment about an extra line.
Thanks for getting to the bottom of this!
Comment on attachment 182756 [details] Patch Looks OK
Comment on attachment 182756 [details] Patch Clearing flags on attachment: 182756 Committed r139849: <http://trac.webkit.org/changeset/139849>