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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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
Index: third_party/WebKit/Source/core/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 78ab9d986720adb936c1bc9e3e755c6e3cc3eaa3..65ec824edac13e8cea73838710eeb65deae2a9cd 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -83,11 +83,11 @@
// animation update for CSS and advance the SMIL timeline by one frame.
[RaisesException] void advanceImageAnimation(Element image);
- [RaisesException] Node nextSiblingInComposedTree(Node node);
- [RaisesException] Node firstChildInComposedTree(Node node);
- [RaisesException] Node lastChildInComposedTree(Node node);
- [RaisesException] Node nextInComposedTree(Node node);
- [RaisesException] Node previousInComposedTree(Node node);
+ [RaisesException] Node nextSiblingInFlatTree(Node node);
+ [RaisesException] Node firstChildInFlatTree(Node node);
+ [RaisesException] Node lastChildInFlatTree(Node node);
+ [RaisesException] Node nextInFlatTree(Node node);
+ [RaisesException] Node previousInFlatTree(Node node);
DOMString visiblePlaceholder(Element element);

Powered by Google App Engine
This is Rietveld 408576698