Chromium Code Reviews| 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 953ec94101d134ddea6720ac2c4c31aeeeeb7bf3..e36685e4d2822091ae44051044434721f825b1bd 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.idl |
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl |
| @@ -87,6 +87,7 @@ |
| [RaisesException] Node lastChildInComposedTree(Node node); |
| [RaisesException] Node nextInComposedTree(Node node); |
| [RaisesException] Node previousInComposedTree(Node node); |
| + [RaisesException] Node parentInComposedTree(Node node); |
|
tkent
2015/12/11 04:49:37
Is this used now?
hayato
2015/12/11 04:51:08
Good point. Let me remove this before landing this
|
| DOMString visiblePlaceholder(Element element); |