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); |