Bug 150040

Summary: REGRESSION(r190735, not fixed in r190741) Layout Test js/dom/dfg-custom-getter.html is failing
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, ggaren, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: All   
Bug Depends on: 149601    
Bug Blocks:    

Description Brent Fulgham 2015-10-12 11:21:46 PDT
The following layout tests are failing on Windows:

fast/events/tabindex-focus-blur-all.html
imported/w3c/web-platform-tests/dom/ranges/Range-insertNode.html
imported/w3c/web-platform-tests/dom/ranges/Range-surroundContents.html	
js/dom/dfg-custom-getter.html

Probable cause:

Regression began with r190735. The subsequent CLOOP fix in r190741 did not resolve the issue.
Comment 1 Radar WebKit Bug Importer 2015-10-12 11:22:26 PDT
<rdar://problem/23073565>
Comment 2 Brent Fulgham 2015-10-28 11:12:48 PDT
These failures may have been resolved by <http://trac.webkit.org/changeset/191594>.
Comment 3 Saam Barati 2015-10-28 11:25:04 PDT
it looks like:
http://trac.webkit.org/changeset/191594
Fixed the bug.