On 11/05/2012 01:50 AM, Julien Chaffraix wrote:
... So where is [Document,write] coming from?

document.write is only exposed for HTML documents so the binding is
defined in Source/WebCore/html/HTMLDocument.idl and implemented in
JSHTMLDocumentCustom.cpp for JavaScriptCore as it is a [Custom]
binding. The implementation of the write() function is on Document
though which is probably what confused you.

Hope it helps,

Thanks - much appreciated!
--
        --Per Bothner
per.both...@oracle.com   p...@bothner.com   http://per.bothner.com/
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-help

Reply via email to