Index: core/dom/MutationObserver.idl |
diff --git a/core/dom/MutationObserver.idl b/core/dom/MutationObserver.idl |
index e87fa44b094e9376579a92b833a95851c53ec532..d16bb4fd3e29b9bfb9ff6e1228fb9b73025d5ca5 100644 |
--- a/core/dom/MutationObserver.idl |
+++ b/core/dom/MutationObserver.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- CustomConstructor(MutationCallback callback) |
+ CustomConstructor(MutationCallback callback), |
] interface MutationObserver { |
[RaisesException] void observe(Node target, Dictionary options); |
sequence<MutationRecord> takeRecords(); |