Bug 847600 - Remove SVGEvent, r=jwatt

This commit is contained in:
Olli Pettay
2013-03-11 20:57:08 +02:00
parent 3e358971d8
commit 9a9497368d
13 changed files with 10 additions and 139 deletions

View File

@@ -19,7 +19,6 @@ NS_IMETHODIMP
nsHtml5SVGLoadDispatcher::Run()
{
nsEvent event(true, NS_SVG_LOAD);
event.eventStructType = NS_SVG_EVENT;
event.mFlags.mBubbles = false;
// Do we care about forcing presshell creation if it hasn't happened yet?
// That is, should this code flush or something? Does it really matter?