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

Unified Diff: Source/WebCore/dom/MutationObserver.idl

Issue 14244017: Make length property return useful values for DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/WebCore/dom/MutationObserver.idl
diff --git a/Source/WebCore/dom/MutationObserver.idl b/Source/WebCore/dom/MutationObserver.idl
index 29aa06e7f1f71f6abd27feca3f0a8af36e3d6cdb..5302606b52114d7ee2cb7e09236ed28b9491eae0 100644
--- a/Source/WebCore/dom/MutationObserver.idl
+++ b/Source/WebCore/dom/MutationObserver.idl
@@ -30,6 +30,7 @@
[
CustomConstructor,
+ ConstructorParameters=1,
ImplementationLacksVTable
] interface MutationObserver {
[RaisesException] void observe(Node target, Dictionary options);

Powered by Google App Engine
This is Rietveld 408576698