content_handler_context: conditionalize use of nsIDOMWindowInternal
commit9f663e6390dae11cdeb4d0fd7a0607194efb9614
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 14 Oct 2011 04:00:07 +0000 (14 00:00 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 14 Oct 2011 04:00:07 +0000 (14 00:00 -0400)
tree197311dcc8bd05da1e22f3df7b17102fb7990a8e
parent3be1f7023bd4d25afc42f8d32621abe3926a1bae
content_handler_context: conditionalize use of nsIDOMWindowInternal

In XULRunner 8, the interface nsIDOMWindowInternal was merged into
nsIDOMWindow, and deprecated, but not yet removed.  To avoid the
deprecation warning, we conditionalize its use on the version of XULRunner
that Conkeror is running on.
modules/content-handler.js