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