summaryrefslogtreecommitdiff
path: root/dom/base/nsDocument.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-21 00:47:41 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-21 00:47:41 -0500
commit7e0cff5c3400235b967113d8d9b97f5be19d4316 (patch)
tree51af9ba52fc43dc616cfbbcfdbecd97294a8d938 /dom/base/nsDocument.h
parent08bc3833c331e69676f554cf54a00e34139ef500 (diff)
downloadaura-central-7e0cff5c3400235b967113d8d9b97f5be19d4316.tar.gz
Issue #25 - Part 8: Remove EME from dom/base
Diffstat (limited to 'dom/base/nsDocument.h')
-rw-r--r--dom/base/nsDocument.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/base/nsDocument.h b/dom/base/nsDocument.h
index 010f95ae2..024aaaa7e 100644
--- a/dom/base/nsDocument.h
+++ b/dom/base/nsDocument.h
@@ -1115,10 +1115,6 @@ public:
js::ExpandoAndGeneration mExpandoAndGeneration;
-#ifdef MOZ_EME
- bool ContainsEMEContent();
-#endif
-
bool ContainsMSEContent();
protected: