Ignore:
Timestamp:
Jul 23, 2014, 11:18:34 AM (11 years ago)
Author:
Brent Fulgham
Message:

../JavaScriptCore: [Win] Use NO_RETURN_DUE_TO_CRASH on Windows
https://bugs.webkit.org/show_bug.cgi?id=135199

Reviewed by Mark Lam.

  • jsc.cpp:

(WTF::RuntimeArray::deleteProperty): Stop using ugly
compiler work-around on Windows; use NO_RETURN_DUE_TO_CRASH
codepath instead.

  • runtime/Identifier.h: Add NO_RETURN_DUE_TO_CRASH

to header so function declaration matches implementation.

../WebCore: [Win] Use NO_RETURN_DUE_TO_CRASH on Windows.
https://bugs.webkit.org/show_bug.cgi?id=13519

Reviewed by Mark Lam.

  • svg/SVGZoomAndPan.h: Add NO_RETURN_DUE_TO_CRASH to

header so function declarations match implementation.

../WTF: [Win] Use NO_RETURN_DUE_TO_CRASH on Windows.
https://bugs.webkit.org/show_bug.cgi?id=13519

Reviewed by Mark Lam.

  • wtf/Assertions.h: Add MSVC to list of compilers supporting this macro.
  • wtf/FastMalloc.cpp: Correct function declaration for NO_RETURN_DUE_TO_CRASH.
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.