Bug 1323721 part 3. Remove the vestigial mention of Promise from TypedArray.h. r=till

This commit is contained in:
Boris Zbarsky 2016-12-19 15:38:42 -08:00
parent 054c6d2088
commit 94dfa592a5

View File

@ -343,7 +343,7 @@ typedef TypedArray<uint8_t, js::UnwrapSharedArrayBuffer, JS_GetSharedArrayBuffer
// A class for converting an nsTArray to a TypedArray
// Note: A TypedArrayCreator must not outlive the nsTArray it was created from.
// So this is best used to pass from things that understand nsTArray to
// things that understand TypedArray, as with Promise::ArgumentToJSValue.
// things that understand TypedArray, as with ToJSValue.
template<typename TypedArrayType>
class TypedArrayCreator
{