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

Unified Diff: third_party/WebKit/Source/core/dom/TreeWalker.idl

Issue 1481983002: Drop [LegacyInterfaceTypeChecking] where trivial in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/dom/TreeWalker.idl
diff --git a/third_party/WebKit/Source/core/dom/TreeWalker.idl b/third_party/WebKit/Source/core/dom/TreeWalker.idl
index 31c1db4448bc0ec2a623c75ab47d24053c255e40..4fa1298c95272980681c52e934fa620191c3d17b 100644
--- a/third_party/WebKit/Source/core/dom/TreeWalker.idl
+++ b/third_party/WebKit/Source/core/dom/TreeWalker.idl
@@ -27,7 +27,7 @@
[SameObject] readonly attribute Node root;
readonly attribute unsigned long whatToShow;
readonly attribute NodeFilter? filter;
- [RaisesException=Setter, LegacyInterfaceTypeChecking] attribute Node currentNode;
+ attribute Node currentNode;
[RaisesException] Node? parentNode();
[RaisesException] Node? firstChild();
« no previous file with comments | « third_party/WebKit/Source/core/dom/TreeWalker.cpp ('k') | third_party/WebKit/Source/core/fileapi/FileReaderSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698