Index: Source/WebCore/dom/MutationObserver.idl |
=================================================================== |
--- Source/WebCore/dom/MutationObserver.idl (revision 142703) |
+++ Source/WebCore/dom/MutationObserver.idl (working copy) |
@@ -32,7 +32,8 @@ |
Conditional=MUTATION_OBSERVERS, |
CustomConstructor, |
ConstructorParameters=1, |
- JSCustomIsReachable |
+ JSCustomIsReachable, |
+ ImplementationLacksVTable |
] interface MutationObserver { |
void observe(in Node target, in Dictionary options) |
raises(DOMException); |