Fixing Visual Studio crashes will never cease to be an adventure. https://bugs.webkit.org/show_bug.cgi?id=141374 caused debug builds on Windows to fail because iterating descendantsOfType was too complicated for Visual Studio. Explicitly calling the iterator constructor fixes this problem.
Created attachment 246373 [details] Patch
Comment on attachment 246373 [details] Patch Rejecting attachment 246373 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 246373, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: e: 1 cwd: /Volumes/Data/EWS/WebKit Parsed 2 diffs from patch file(s). patching file Source/WebCore/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebCore/dom/TypedElementDescendantIterator.h Hunk #1 FAILED at 263. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/dom/TypedElementDescendantIterator.h.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Benjamin Poulain']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/6357838435713024
http://trac.webkit.org/changeset/179916