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

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: Add tests and a template for DOMParser. 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
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";
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/interface/interface_DOMParser.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698