From ae6058c15c4dbf1c067fac45cd092afeefa68a53 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Jun 2013 20:58:57 +0100 Subject: create objects from window on demand an keep them as simple unshared objects update prototype handling to keep GC refs --- javascript/WebIDL/console.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'javascript/WebIDL') 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 -- cgit v1.2.3