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

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

Issue 9310103: Add a constructor for DOMParser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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/templates/dom/wrapping/wrapping_dom.js » ('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 f8144f849b508c48620fa16521253093105fbe16..25d2680e59c5c722c7f15d033345e6d8f1b7e68e 100644
--- a/client/dom/src/native_FactoryProvidersImplementation.dart
+++ b/client/dom/src/native_FactoryProvidersImplementation.dart
@@ -4,6 +4,7 @@
class FactoryProviderImplementation {
static AudioContext createAudioContext() native "AudioContext_constructor_Callback";
+ static DOMParser createDOMParser() native "DOMParser_constructor_Callback";
podivilov 2012/02/06 18:40:16 As discussed on dart dom meeting, you have 3 optio
antonm 2012/02/06 18:52:24 I'd vote for 3rd---that would both increase covera
static FileReader createFileReader() native "FileReader_constructor_Callback";
static Float32Array F32(_arg0, [_arg1, _arg2]) native "Float32Array_constructor_Callback";
« no previous file with comments | « client/dom/src/native_FactoryProviders.dart ('k') | client/dom/templates/dom/wrapping/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698