Bug 1016875 - Part3: Events in HTML imports should not bubble. r=mrbkap

This commit is contained in:
Gabor Krizsanits 2014-07-16 14:31:59 +02:00
parent 4c6d4d320b
commit ae4de60023

View File

@ -133,8 +133,8 @@ public:
mNode,
mSuccess ? NS_LITERAL_STRING("load")
: NS_LITERAL_STRING("error"),
/* aCanBubble = */ true,
/* aCancelable = */ true);
/* aCanBubble = */ false,
/* aCancelable = */ false);
}
private: