| Index: Source/core/page/PerformanceTiming.idl
|
| diff --git a/Source/core/page/PerformanceTiming.idl b/Source/core/page/PerformanceTiming.idl
|
| index 2d973032eece917b4fab7ca5f510353f0adfffb8..160e5ccd93ad8709376c291a9b14f0acc7d41b85 100644
|
| --- a/Source/core/page/PerformanceTiming.idl
|
| +++ b/Source/core/page/PerformanceTiming.idl
|
| @@ -29,9 +29,7 @@
|
| */
|
|
|
| // See: http://dev.w3.org/2006/webapi/WebTiming/
|
| -[
|
| - NoInterfaceObject,
|
| -] interface PerformanceTiming {
|
| +interface PerformanceTiming {
|
| readonly attribute unsigned long long navigationStart;
|
| readonly attribute unsigned long long unloadEventStart;
|
| readonly attribute unsigned long long unloadEventEnd;
|
|
|