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

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

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.h
diff --git a/third_party/WebKit/Source/core/dom/TreeWalker.h b/third_party/WebKit/Source/core/dom/TreeWalker.h
index 76f7aade04b67ed2f79218dd2b0792ea55e8ff63..8ef7d6d6ef0e8ded473d68cc2865c1f725a0b1c5 100644
--- a/third_party/WebKit/Source/core/dom/TreeWalker.h
+++ b/third_party/WebKit/Source/core/dom/TreeWalker.h
@@ -46,7 +46,7 @@ public:
}
Node* currentNode() const { return m_current.get(); }
- void setCurrentNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);
+ void setCurrentNode(PassRefPtrWillBeRawPtr<Node>);
Node* parentNode(ExceptionState&);
Node* firstChild(ExceptionState&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/MutationObserver.idl ('k') | third_party/WebKit/Source/core/dom/TreeWalker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698