Chromium Code Reviews| Index: Source/core/css/CSSRuleList.idl |
| diff --git a/Source/core/css/CSSRuleList.idl b/Source/core/css/CSSRuleList.idl |
| index 0cbc65682c33a8c1daf905df0a8c23756dcfc554..361dea522dacddca65a399dfc0f063a7b9eb3297 100644 |
| --- a/Source/core/css/CSSRuleList.idl |
| +++ b/Source/core/css/CSSRuleList.idl |
| @@ -26,7 +26,6 @@ |
| // Introduced in DOM Level 2: |
| [ |
| DependentLifetime, |
| - SkipVTableValidation |
| ] interface CSSRuleList { |
| readonly attribute unsigned long length; |
| getter CSSRule item([Default=Undefined] optional unsigned long index); |