Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: core/dom/DOMException.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/dom/ChildNode.idl ('k') | core/dom/DOMImplementation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/DOMException.idl
diff --git a/core/dom/DOMException.idl b/core/dom/DOMException.idl
index c4e8919514c95ac4c9c2a4e0bb0602ae960a03d5..a2f4571d479aa356f8ba455c452c142306921b2f 100644
--- a/core/dom/DOMException.idl
+++ b/core/dom/DOMException.idl
@@ -26,7 +26,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// Web IDL exceptions are defined in prose rather than IDL.
+// http://heycam.github.io/webidl/#idl-exceptions
+// http://heycam.github.io/webidl/#es-DOMException
+
[
+ Constructor(optional DOMString message = "", optional DOMString name = "Error"),
Exposed=(Window,Worker),
DoNotCheckConstants,
GarbageCollected,
@@ -77,4 +82,3 @@
const unsigned short INVALID_NODE_TYPE_ERR = 24;
const unsigned short DATA_CLONE_ERR = 25;
};
-
« no previous file with comments | « core/dom/ChildNode.idl ('k') | core/dom/DOMImplementation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698