Chromium Code Reviews| Index: Source/WebCore/dom/DocumentFragment.idl |
| =================================================================== |
| --- Source/WebCore/dom/DocumentFragment.idl (revision 142703) |
| +++ Source/WebCore/dom/DocumentFragment.idl (working copy) |
| @@ -17,7 +17,9 @@ |
| * Boston, MA 02110-1301, USA. |
| */ |
| -interface DocumentFragment : Node { |
| +[ |
| + V8SkipVTableValidation |
| +] interface DocumentFragment : Node { |
| // NodeSelector - Selector API |
| Element querySelector(in DOMString selectors) |
| raises(DOMException); |