The NO_RETURN_DUE_TO_CRASH macro is defined for Clang as NO_RETURN. We have a NO_RETURN implementation on Windows; let's use it! This patch activates NO_RETURN_DUE_TO_CRASH, and makes sure the declaration is made in the appropriate part of the function call to satisfy the MSVC compiler.
Created attachment 235354 [details] Patch
Comment on attachment 235354 [details] Patch r=me
Committed r171482: <http://trac.webkit.org/changeset/171482>