| Index: Source/bindings/scripts/code_generator_v8.pm
|
| diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
|
| index 43df75f485c36b565f37b8095369e8c1ed2d568c..e59dd2bb6fda7cc6378373307826050b0608dfc4 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.pm
|
| +++ b/Source/bindings/scripts/code_generator_v8.pm
|
| @@ -221,6 +221,7 @@ my %domNodeTypes = ("Attr" => 1,
|
| "TestNode" => 1,
|
| "TestInterfaceDocument" => 1,
|
| "TestInterfaceNode" => 1,
|
| + "XMLDocument" => 1,
|
| );
|
|
|
| my %callbackFunctionTypeHash = ();
|
|
|