From cac0f67c402d107cdb10971b95719e2ff9c7c76b Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 5 Nov 2009 09:23:40 +0000 Subject: Merge webkit.org at r50258 : Initial merge by git. Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0 --- WebCore/dom/Document.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WebCore/dom/Document.idl') diff --git a/WebCore/dom/Document.idl b/WebCore/dom/Document.idl index e7a43c7..ce7010a 100644 --- a/WebCore/dom/Document.idl +++ b/WebCore/dom/Document.idl @@ -172,6 +172,9 @@ module core { attribute HTMLElement body setter raises (DOMException); +#if !defined(LANGUAGE_COM) || !LANGUAGE_COM + readonly attribute HTMLHeadElement head; +#endif readonly attribute HTMLCollection images; readonly attribute HTMLCollection applets; readonly attribute HTMLCollection links; -- cgit v1.1