On May 26, 2009, at 9:09 AM, Jack Wootton wrote:

OK. To confirm, I need to obtain the Window JSObjectRef since any
custom objects I wish to add are themselves attributes of the "window"
object and so must be added accordingly?

Yes. The most common way to make a named object visible to JavaScript is to make it a property of the global object, and the window object is the global object in a web page.

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to