Due to changes in JavaScriptCore (in r163562), some LayoutTests in fast/mediastream needed to be updated.
Created attachment 225402 [details] Patch
Comment on attachment 225402 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225402&action=review > LayoutTests/fast/mediastream/RTCIceCandidate.html:-25 > - shouldNotThrow('initializer = JSON.parse(JSON.stringify(candidate));'); > - > - shouldNotThrow('candidate = new RTCIceCandidate(initializer);'); > - shouldBe('candidate.candidate', '"foo"'); > - shouldBe('candidate.sdpMid', '"bar"'); > - shouldBe('candidate.sdpMLineIndex', '6'); > - ChangeLog should mention why this test was changed. > LayoutTests/fast/mediastream/RTCSessionDescription.html:-24 > - shouldNotThrow('initializer = JSON.parse(JSON.stringify(sessionDescription));'); > - > - shouldNotThrow("sessionDescription = new RTCSessionDescription(initializer);"); > - shouldBe('sessionDescription.type', '"offer"'); > - shouldBe('sessionDescription.sdp', '"foobar"'); > - Ditto.
Created attachment 225456 [details] Changes in ChangeLog
Created attachment 225469 [details] Changes in ChangeLog
Comment on attachment 225469 [details] Changes in ChangeLog Thanks for the update!
Comment on attachment 225469 [details] Changes in ChangeLog Clearing flags on attachment: 225469 Committed r164941: <http://trac.webkit.org/changeset/164941>