| Index: Source/bindings/scripts/CodeGeneratorV8.pm
|
| diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm
|
| index a10985f8c2887ea61b27fedf8b0bb16dab36aab6..2e5baa91c9cf7cc167ce2e134cc0aecb3ae2fab2 100644
|
| --- a/Source/bindings/scripts/CodeGeneratorV8.pm
|
| +++ b/Source/bindings/scripts/CodeGeneratorV8.pm
|
| @@ -204,6 +204,7 @@ my %svgAnimatedTypeHash = ("SVGAnimatedAngle" => 1, "SVGAnimatedBoolean" => 1,
|
|
|
| my %svgAttributesInHTMLHash = ("class" => 1, "id" => 1, "onabort" => 1, "onclick" => 1,
|
| "onerror" => 1, "onload" => 1, "onmousedown" => 1,
|
| + "onmouseenter" => 1, "onmouseleave" => 1,
|
| "onmousemove" => 1, "onmouseout" => 1, "onmouseover" => 1,
|
| "onmouseup" => 1, "onresize" => 1, "onscroll" => 1,
|
| "onunload" => 1);
|
|
|