Chromium Code Reviews| Index: Source/WebCore/Modules/mediastream/RTCStatsReport.idl |
| =================================================================== |
| --- Source/WebCore/Modules/mediastream/RTCStatsReport.idl (revision 142703) |
| +++ Source/WebCore/Modules/mediastream/RTCStatsReport.idl (working copy) |
| @@ -23,7 +23,8 @@ |
| */ |
| [ |
| - Conditional=MEDIA_STREAM |
| + Conditional=MEDIA_STREAM, |
| + ImplementationLacksVTable |
| ] interface RTCStatsReport { |
| readonly attribute RTCStatsElement local; |
| readonly attribute RTCStatsElement remote; |