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

This commit is contained in:
David Major 2015-08-12 15:38:10 -04:00
Родитель 048b96a697
Коммит 546a607a91
1 изменённых файлов: 2 добавлений и 0 удалений

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

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