Skip to content

Commit ea717dd

Browse files
committed
remove unnecessary xml schema declaration
1 parent 23fcf37 commit ea717dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/browser.webidl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<webidl-xml name="Internet Explorer Platform" original-file="browser.webidl" xmlns="http://schemas.microsoft.com/ie/webidl-xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.microsoft.com/ie/webidl-xml webidl-xml-schema.xsd">
1+
<webidl-xml xmlns="http://schemas.microsoft.com/ie/webidl-xml">
22
<callback-functions>
33
<callback-function callback="1" name="ErrorEventHandler" type="void">
44
<param name="event" type="(Event or DOMString)" />

0 commit comments

Comments
 (0)