summaryrefslogtreecommitdiffstats
path: root/dom/base/StructuredCloneTags.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/StructuredCloneTags.h')
-rw-r--r--dom/base/StructuredCloneTags.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/base/StructuredCloneTags.h b/dom/base/StructuredCloneTags.h
index 95233c62d7..bbc50d9f9d 100644
--- a/dom/base/StructuredCloneTags.h
+++ b/dom/base/StructuredCloneTags.h
@@ -157,6 +157,10 @@ enum StructuredCloneTags : uint32_t {
SCTAG_DOM_ENCODEDVIDEOCHUNK,
+ SCTAG_DOM_AUDIODATA,
+
+ SCTAG_DOM_ENCODEDAUDIOCHUNK,
+
// IMPORTANT: If you plan to add an new IDB tag, it _must_ be add before the
// "less stable" tags!
};