| Index: client/dom/templates/dom/wrapping/wrapping_dom.js
|
| diff --git a/client/dom/templates/dom/wrapping/wrapping_dom.js b/client/dom/templates/dom/wrapping/wrapping_dom.js
|
| index ab532441ec0913d8310e16a6ed04877b56e52b73..ff6819e5b1a06e8acd74b87d3462726787efcf43 100644
|
| --- a/client/dom/templates/dom/wrapping/wrapping_dom.js
|
| +++ b/client/dom/templates/dom/wrapping/wrapping_dom.js
|
| @@ -58,6 +58,14 @@ function native__AudioContextFactoryProvider_create() {
|
| }
|
| }
|
|
|
| +function native__DOMParserFactoryProvider_create() {
|
| + try {
|
| + return __dom_wrap(new DOMParser());
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| function native__FileReaderFactoryProvider_create() {
|
| try {
|
| return __dom_wrap(new FileReader());
|
|
|