mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Add XXX comment for the time being, since I can't tell what this code _should_ do.
This commit is contained in:
parent
8991256053
commit
86f924a271
@ -281,6 +281,10 @@ nsXBLPrototypeHandler::ExecuteHandler(nsIDOMEventReceiver* aReceiver,
|
||||
if (!privateWindow) {
|
||||
nsCOMPtr<nsIContent> elt(do_QueryInterface(aReceiver));
|
||||
nsCOMPtr<nsIDocument> doc;
|
||||
// XXXbz sXBL/XBL2 issue -- this should be the "scope doc" or
|
||||
// something... whatever we use when wrapping DOM nodes
|
||||
// normally. It's not clear that the owner doc is the right
|
||||
// thing.
|
||||
if (elt)
|
||||
doc = elt->GetOwnerDoc();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user