| 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";
 | 
|  }
 | 
| 
 |