From d948c7187798f14b6fa3791573550ed45b70ed57 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 21 Oct 2011 16:38:37 +0000 Subject: [PATCH] [giow] (0) I guess technically Document isn't itself a Document. git-svn-id: http://svn.whatwg.org/webapps@6726 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- complete.html | 2 +- index | 2 +- source | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/complete.html b/complete.html index 29da93bc662..d84a280ce76 100644 --- a/complete.html +++ b/complete.html @@ -62515,7 +62515,7 @@

6.2 The [TreatNonCallableAsNull] attribute Function? onwaiting; // legacy "interfaces" - readonly attribute Document HTMLDocument; + readonly attribute object HTMLDocument; };