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

Unified Diff: client/dom/src/frog_FactoryProviders.dart

Issue 9391029: Add XSLTProcessor constructor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
« no previous file with comments | « client/dom/src/dummy_FactoryProviders.dart ('k') | client/dom/src/native_FactoryProviders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/src/frog_FactoryProviders.dart
diff --git a/client/dom/src/frog_FactoryProviders.dart b/client/dom/src/frog_FactoryProviders.dart
index 9df968984e94a06f1e54628f1ee5c2e26f375f4b..477e9cd5ca7c5319ff1a0a21687b681e8c62a377 100644
--- a/client/dom/src/frog_FactoryProviders.dart
+++ b/client/dom/src/frog_FactoryProviders.dart
@@ -91,3 +91,8 @@ class _XMLHttpRequestFactoryProvider {
factory XMLHttpRequest() native '''return new XMLHttpRequest();''';
}
+
+class _XSLTProcessorFactoryProvider {
+
+ factory XSLTProcessor() native '''return new XSLTProcessor();''';
+}
« no previous file with comments | « client/dom/src/dummy_FactoryProviders.dart ('k') | client/dom/src/native_FactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698