Chromium Code Reviews| Index: client/html/generated/html/frog/ProcessingInstruction.dart |
| diff --git a/client/html/generated/html/frog/ProcessingInstruction.dart b/client/html/generated/html/frog/ProcessingInstruction.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7e23e55e21b7e62a6b0993fb7e8ca338cb0fab1e |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/ProcessingInstruction.dart |
| @@ -0,0 +1,9 @@ |
| + |
| +class _ProcessingInstructionImpl extends _NodeImpl implements ProcessingInstruction native "*ProcessingInstruction" { |
| + |
| + String data; |
| + |
| + final _StyleSheetImpl sheet; |
| + |
| + final String target; |
| +} |