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

Unified Diff: core/dom/ChildNode.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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/CharacterData.idl ('k') | core/dom/ClientRect.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/ChildNode.idl
diff --git a/core/dom/ChildNode.idl b/core/dom/ChildNode.idl
index b37f05f25346ca67cc103970242ffe50b504d849..d320e116e071f0447828e6bd70b1934561986326 100644
--- a/core/dom/ChildNode.idl
+++ b/core/dom/ChildNode.idl
@@ -2,7 +2,7 @@
* Copyright (C) 2006, 2007, 2009 Apple Inc. All rights reserved.
* Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
* Copyright (C) 2013 Samsung Electronics. 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
@@ -20,10 +20,12 @@
* Boston, MA 02110-1301, USA.
*/
-[NoInterfaceObject]
-interface ChildNode {
+[
+ NoInterfaceObject,
+ LegacyImplementedInBaseClass
+] interface ChildNode {
[PerWorldBindings] readonly attribute Element previousElementSibling;
[PerWorldBindings] readonly attribute Element nextElementSibling;
- [RaisesException] void remove();
+ [RaisesException, DeliverCustomElementCallbacks] void remove();
};
« no previous file with comments | « core/dom/CharacterData.idl ('k') | core/dom/ClientRect.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698