Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: client/dom/generated/src/frog/XSLTProcessor.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/XSLTProcessor.dart
diff --git a/client/dom/generated/src/frog/XSLTProcessor.dart b/client/dom/generated/src/frog/XSLTProcessor.dart
deleted file mode 100644
index 6fffa9c97b81748e1e7e6d3a7ffd811f6ef50149..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/XSLTProcessor.dart
+++ /dev/null
@@ -1,19 +0,0 @@
-
-class _XSLTProcessorJs extends _DOMTypeJs implements XSLTProcessor native "*XSLTProcessor" {
-
- void clearParameters() native;
-
- String getParameter(String namespaceURI, String localName) native;
-
- void importStylesheet(_NodeJs stylesheet) native;
-
- void removeParameter(String namespaceURI, String localName) native;
-
- void reset() native;
-
- void setParameter(String namespaceURI, String localName, String value) native;
-
- _DocumentJs transformToDocument(_NodeJs source) native;
-
- _DocumentFragmentJs transformToFragment(_NodeJs source, _DocumentJs docVal) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/XPathResult.dart ('k') | client/dom/generated/src/frog/_DOMParserFactoryProvider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698