| Index: third_party/WebKit/Source/bindings/scripts/testdata/test_interface.idl
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/testdata/test_interface.idl b/third_party/WebKit/Source/bindings/scripts/testdata/test_interface.idl
|
| deleted file mode 100644
|
| index 74ff3baff2008861c74a93850da49940659ffa72..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/bindings/scripts/testdata/test_interface.idl
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -[
|
| - CustomToV8
|
| - ] interface Node : EventTarget {
|
| - [Reflect]const unsigned short ELEMENT_NODE = 1;
|
| - [Clamp]attribute Node parentNode;
|
| - [Custom] Node appendChild(Node newChild);
|
| -};
|
| -
|
| -
|
|
|