aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Document.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/Document.webidl')
-rw-r--r--components/script/dom/webidls/Document.webidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/script/dom/webidls/Document.webidl b/components/script/dom/webidls/Document.webidl
index 0127f8ecf98..ebcdea32166 100644
--- a/components/script/dom/webidls/Document.webidl
+++ b/components/script/dom/webidls/Document.webidl
@@ -211,3 +211,9 @@ partial interface Document {
};
Document implements DocumentOrShadowRoot;
+
+// Servo internal API.
+partial interface Document {
+ [Throws]
+ ShadowRoot servoGetMediaControls(DOMString id);
+};