mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 1168606 - Do not use memutils for nsTArray of IndexCursorResponse. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D43460 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
840f75da74
commit
f613089077
@ -74,6 +74,7 @@ namespace indexedDB {
|
||||
struct StructuredCloneReadInfo;
|
||||
class SerializedStructuredCloneReadInfo;
|
||||
class ObjectStoreCursorResponse;
|
||||
class IndexCursorResponse;
|
||||
} // namespace indexedDB
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
@ -724,6 +725,7 @@ DECLARE_USE_COPY_CONSTRUCTORS(mozilla::dom::ClonedMessageData)
|
||||
DECLARE_USE_COPY_CONSTRUCTORS(mozilla::dom::indexedDB::StructuredCloneReadInfo);
|
||||
DECLARE_USE_COPY_CONSTRUCTORS(
|
||||
mozilla::dom::indexedDB::ObjectStoreCursorResponse)
|
||||
DECLARE_USE_COPY_CONSTRUCTORS(mozilla::dom::indexedDB::IndexCursorResponse)
|
||||
DECLARE_USE_COPY_CONSTRUCTORS(
|
||||
mozilla::dom::indexedDB::SerializedStructuredCloneReadInfo);
|
||||
DECLARE_USE_COPY_CONSTRUCTORS(JSStructuredCloneData)
|
||||
|
Loading…
Reference in New Issue
Block a user