Chromium Code Reviews| Index: Source/WebCore/css/RGBColor.idl |
| =================================================================== |
| --- Source/WebCore/css/RGBColor.idl (revision 142703) |
| +++ Source/WebCore/css/RGBColor.idl (working copy) |
| @@ -19,7 +19,9 @@ |
| */ |
| // Introduced in DOM Level 2: |
| -interface RGBColor { |
| +[ |
| + ImplementationLacksVTable |
| +] interface RGBColor { |
| readonly attribute CSSPrimitiveValue red; |
| readonly attribute CSSPrimitiveValue green; |
| readonly attribute CSSPrimitiveValue blue; |