summaryrefslogtreecommitdiff
path: root/javascript/WebIDL/console.idl
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/WebIDL/console.idl')
-rw-r--r--javascript/WebIDL/console.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript/WebIDL/console.idl b/javascript/WebIDL/console.idl
index 309b976da..5a3d9eb27 100644
--- a/javascript/WebIDL/console.idl
+++ b/javascript/WebIDL/console.idl
@@ -17,4 +17,8 @@ interface Console {
void timeEnd(DOMString timerName);
void trace();
void warn(DOMString msg, Substitition... subst);
+};
+
+partial interface Window {
+ readonly attribute Console console;
}; \ No newline at end of file