Index: client/dom/generated/src/frog/XPathException.dart |
diff --git a/client/dom/generated/src/frog/XPathException.dart b/client/dom/generated/src/frog/XPathException.dart |
deleted file mode 100644 |
index 99ee189a2e5c2cd598677953dadae62ca946f47a..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/XPathException.dart |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
- |
-class _XPathExceptionJs extends _DOMTypeJs implements XPathException native "*XPathException" { |
- |
- static final int INVALID_EXPRESSION_ERR = 51; |
- |
- static final int TYPE_ERR = 52; |
- |
- final int code; |
- |
- final String message; |
- |
- final String name; |
- |
- String toString() native; |
-} |