Index: client/html/generated/html/dartium/ProcessingInstruction.dart |
diff --git a/client/html/generated/html/dartium/ProcessingInstruction.dart b/client/html/generated/html/dartium/ProcessingInstruction.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a92812442d1c752db55138b0f9658bec5c50ed5 |
--- /dev/null |
+++ b/client/html/generated/html/dartium/ProcessingInstruction.dart |
@@ -0,0 +1,12 @@ |
+ |
+class _ProcessingInstructionImpl extends _NodeImpl implements ProcessingInstruction { |
+ _ProcessingInstructionImpl._wrap(ptr) : super._wrap(ptr); |
+ |
+ String get data() => _wrap(_ptr.data); |
+ |
+ void set data(String value) { _ptr.data = _unwrap(value); } |
+ |
+ StyleSheet get sheet() => _wrap(_ptr.sheet); |
+ |
+ String get target() => _wrap(_ptr.target); |
+} |