icecat: add release icecat-140.8.0-2gnu1 for ecne
This commit is contained in:
parent
450538011a
commit
8eb1f1732f
616 changed files with 39955 additions and 33937 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
#include "mozilla/Span.h"
|
||||
#include "mozilla/UniquePtr.h"
|
||||
#include "mozilla/dom/BindingDeclarations.h"
|
||||
#include "mozilla/dom/BlobImpl.h"
|
||||
|
|
@ -173,7 +174,8 @@ bool StructuredCloneBlob::Holder::ReadStructuredCloneInternal(
|
|||
return false;
|
||||
}
|
||||
#endif
|
||||
BlobImpls().AppendElements(&aHolder->BlobImpls()[blobOffset], blobCount);
|
||||
BlobImpls().AppendElements(
|
||||
Span(aHolder->BlobImpls()).Subspan(blobOffset, blobCount));
|
||||
}
|
||||
|
||||
JSStructuredCloneData data(mStructuredCloneScope);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue