mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1323721 part 3. Remove the vestigial mention of Promise from TypedArray.h. r=till
This commit is contained in:
parent
054c6d2088
commit
94dfa592a5
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user