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

Unified Diff: client/dom/src/native_FactoryProvidersImplementation.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/native_FactoryProviders.dart ('k') | client/dom/src/wrapping_FactoryProviders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/src/native_FactoryProvidersImplementation.dart
diff --git a/client/dom/src/native_FactoryProvidersImplementation.dart b/client/dom/src/native_FactoryProvidersImplementation.dart
index 25d2680e59c5c722c7f15d033345e6d8f1b7e68e..93636f7f41d5822cb5b7e06b6f181293558de690 100644
--- a/client/dom/src/native_FactoryProvidersImplementation.dart
+++ b/client/dom/src/native_FactoryProvidersImplementation.dart
@@ -20,4 +20,5 @@ class FactoryProviderImplementation {
static WebKitPoint createWebKitPoint(num x, num y) native "WebKitPoint_constructor_Callback";
static WebSocket createWebSocket(String url) native "WebSocket_constructor_Callback";
static XMLHttpRequest createXMLHttpRequest() native "XMLHttpRequest_constructor_Callback";
+ static XSLTProcessor createXSLTProcessor() native "XSLTProcessor_constructor_Callback";
}
« no previous file with comments | « client/dom/src/native_FactoryProviders.dart ('k') | client/dom/src/wrapping_FactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698