From 13fadb12fb400818e0ccb4c38b3bfce70ccfdad2 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Thu, 13 Aug 2009 09:33:24 +0000 Subject: Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :) svn path=/trunk/dom/; revision=9236 --- test/DOMTSHandler.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm index c7dd61d..5f36d53 100644 --- a/test/DOMTSHandler.pm +++ b/test/DOMTSHandler.pm @@ -694,7 +694,11 @@ sub generate_method { if (exists $ats{'var'}) { # Add the bootstrap params if (exists $bootstrap_api{$method}) { - $params = $params.", myrealloc, NULL, ctx"; + if ($method eq "dom_implementation_create_document") { + $params = $params.", myrealloc, NULL, ctx, NULL"; + } else { + $params = $params.", myrealloc, NULL, ctx"; + } } # Deal with the situation like # -- cgit v1.2.3