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

Unified Diff: client/html/generated/html/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/html/generated/html/frog/XSLTProcessor.dart
diff --git a/client/html/generated/html/frog/XSLTProcessor.dart b/client/html/generated/html/frog/XSLTProcessor.dart
deleted file mode 100644
index 5f389be4094090b3a709cedbfeeeaa823cb554d2..0000000000000000000000000000000000000000
--- a/client/html/generated/html/frog/XSLTProcessor.dart
+++ /dev/null
@@ -1,21 +0,0 @@
-
-class _XSLTProcessorImpl implements XSLTProcessor native "*XSLTProcessor" {
-
- void clearParameters() native;
-
- String getParameter(String namespaceURI, String localName) native;
-
- void importStylesheet(_NodeImpl stylesheet) native;
-
- void removeParameter(String namespaceURI, String localName) native;
-
- void reset() native;
-
- void setParameter(String namespaceURI, String localName, String value) native;
-
- _DocumentImpl transformToDocument(_NodeImpl source) => _FixHtmlDocumentReference(_transformToDocument(source));
-
- _EventTargetImpl _transformToDocument(_NodeImpl source) native "return this.transformToDocument(source);";
-
- _DocumentFragmentImpl transformToFragment(_NodeImpl source, _DocumentImpl docVal) native;
-}
« no previous file with comments | « client/html/generated/html/frog/XPathResult.dart ('k') | client/html/generated/html/frog/_AudioElementFactoryProvider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698