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