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

Unified Diff: core/dom/TreeWalker.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/TouchList.idl ('k') | core/dom/URL.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/TreeWalker.idl
diff --git a/core/dom/TreeWalker.idl b/core/dom/TreeWalker.idl
index 6cfa8a33f2d08d5b874bb709507423464eca8e8f..4fa1298c95272980681c52e934fa620191c3d17b 100644
--- a/core/dom/TreeWalker.idl
+++ b/core/dom/TreeWalker.idl
@@ -27,7 +27,7 @@
[SameObject] readonly attribute Node root;
readonly attribute unsigned long whatToShow;
readonly attribute NodeFilter? filter;
- [RaisesException=Setter] attribute Node currentNode;
+ attribute Node currentNode;
[RaisesException] Node? parentNode();
[RaisesException] Node? firstChild();
« no previous file with comments | « core/dom/TouchList.idl ('k') | core/dom/URL.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698