Patch forthcoming.
Created attachment 206854 [details] the patch
Comment on attachment 206854 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=206854&action=review > Source/JavaScriptCore/dfg/DFGNaturalLoops.h:63 > + // a natural loop. It's faster to call The suspense is killing me. Faster to call what?
Comment on attachment 206854 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=206854&action=review >> Source/JavaScriptCore/dfg/DFGNaturalLoops.h:63 >> + // a natural loop. It's faster to call > > The suspense is killing me. Faster to call what? Lol. It's faster to call NaturalLoops::belongsTo(). I'll fix that comment.
Landed in http://trac.webkit.org/changeset/152829