Chromium Code Reviews| Index: Source/WebCore/dom/MutationRecord.idl |
| =================================================================== |
| --- Source/WebCore/dom/MutationRecord.idl (revision 142703) |
| +++ Source/WebCore/dom/MutationRecord.idl (working copy) |
| @@ -29,7 +29,8 @@ |
| */ |
| [ |
| - Conditional=MUTATION_OBSERVERS |
| + Conditional=MUTATION_OBSERVERS, |
| + V8SkipVTableValidation |
| ] interface MutationRecord { |
| readonly attribute DOMString type; |
| readonly attribute Node target; |