From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/xml/DOMParser.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/WebCore/xml/DOMParser.idl') diff --git a/Source/WebCore/xml/DOMParser.idl b/Source/WebCore/xml/DOMParser.idl index 4d4c6b160..964e4ad73 100644 --- a/Source/WebCore/xml/DOMParser.idl +++ b/Source/WebCore/xml/DOMParser.idl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Apple Computer, Inc. + * Copyright (C) 2006 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -19,8 +19,8 @@ [ Constructor, + ConstructorCallWith=Document, ImplementationLacksVTable, ] interface DOMParser { - [RaisesException] Document parseFromString([Default=Undefined] optional DOMString str, - [Default=Undefined] optional DOMString contentType); + [MayThrowException, NewObject] Document parseFromString(DOMString string, DOMString contentType); }; -- cgit v1.2.1