From 8d9fcaaa445b95ba4c934dbdb40b98ae81bf8785 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 21 Oct 2012 14:44:06 +0100 Subject: split type and identifier in private entries --- test/data/bindings/htmldocument.bnd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/data') diff --git a/test/data/bindings/htmldocument.bnd b/test/data/bindings/htmldocument.bnd index 310fc29..8f85ca3 100644 --- a/test/data/bindings/htmldocument.bnd +++ b/test/data/bindings/htmldocument.bnd @@ -20,7 +20,7 @@ preamble %{ #include "javascript/jsapi.h" - %} +%} operation write %{ LOG(("content %p parser %p writing %s", @@ -37,8 +37,8 @@ binding document { /* parameters to constructor value stored in private * context structure. */ - private "dom_document *node"; - private "struct html_content *htmlc"; + private "dom_document *" node; + private "struct html_content *" htmlc; interface Document; /* Web IDL interface to generate */ } -- cgit v1.2.3