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

Unified Diff: lib/html/templates/html/interface/interface_MutationObserver.darttemplate

Issue 11188029: Make arguments of MutationObserver named. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: lib/html/templates/html/interface/interface_MutationObserver.darttemplate
diff --git a/lib/html/templates/html/interface/interface_MutationObserver.darttemplate b/lib/html/templates/html/interface/interface_MutationObserver.darttemplate
index 99ba8a981961b72bc8f8d9a355db8e1d6631c9f5..bde6196ec71cdcf98158146c343854ca9994fb0b 100644
--- a/lib/html/templates/html/interface/interface_MutationObserver.darttemplate
+++ b/lib/html/templates/html/interface/interface_MutationObserver.darttemplate
@@ -8,12 +8,12 @@ $!COMMENT
abstract class $ID$EXTENDS {
$!MEMBERS
void observe(Node target,
- [Map options,
+ {Map options,
bool childList,
bool attributes,
bool characterData,
bool subtree,
bool attributeOldValue,
bool characterDataOldValue,
- List<String> attributeFilter]);
+ List<String> attributeFilter});
}
« no previous file with comments | « lib/html/templates/html/impl/impl_MutationObserver.darttemplate ('k') | tests/html/mutationobserver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698