Bug 1193459 review follow-up: Copy the comment from TraceKind.h. DONTBUILD CLOSED TREE

--HG--
extra : amend_source : 8dfc5ad94bd1784c6be9ac8ae863eedfcbe04e83
This commit is contained in:
David Major 2015-08-12 15:31:33 -04:00
Родитель b2a52780fd
Коммит faab46edc3
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -584,7 +584,8 @@ CopyBoxedOrUnboxedDenseElements(JSContext* cx, JSObject* dst, JSObject* src,
/////////////////////////////////////////////////////////////////////
// Goop to fix MSVC. See DispatchTraceKindTyped in TraceKind.h.
#if defined(_MSC_VER) && !defined(__clang__)
// The clang-cl front end defines _MSC_VER, but still requires the explicit
// template declaration, so we must test for __clang__ here as well.
# define DEPENDENT_TEMPLATE_HINT
#else
# define DEPENDENT_TEMPLATE_HINT template