| Index: Source/bindings/scripts/CodeGeneratorV8.pm
|
| diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm
|
| index d987d1c6df14cd96a402acedb2f944d9a15d4c9d..4514726a06e644d4ae7e41bf930dace2cd6cd401 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);
|
|
|