Chromium Code Reviews| Index: Source/core/page/PerformanceMeasure.idl |
| diff --git a/Source/core/page/PerformanceMeasure.idl b/Source/core/page/PerformanceMeasure.idl |
| index ee032b7adf71adcef7de9403c431d01ee2361f24..7ff286ad72696978251119d9c465595d62eeb2bf 100644 |
| --- a/Source/core/page/PerformanceMeasure.idl |
| +++ b/Source/core/page/PerformanceMeasure.idl |
| @@ -23,5 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface PerformanceMeasure : PerformanceEntry { |
| +[ |
| + NoInterfaceObject, |
| +] interface PerformanceMeasure : PerformanceEntry { |
| }; |