Index: Source/core/page/PerformanceResourceTiming.idl |
diff --git a/Source/core/page/PerformanceResourceTiming.idl b/Source/core/page/PerformanceResourceTiming.idl |
index 632308dba229843d67b2fb52b3d2f374f8fbba5b..860c91dfa296ed6aaa6324dba8e49bf1fb3bfdea 100644 |
--- a/Source/core/page/PerformanceResourceTiming.idl |
+++ b/Source/core/page/PerformanceResourceTiming.idl |
@@ -29,9 +29,7 @@ |
*/ |
// See: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/ResourceTiming/Overview.html |
-[ |
- NoInterfaceObject, |
-] interface PerformanceResourceTiming : PerformanceEntry { |
+interface PerformanceResourceTiming : PerformanceEntry { |
readonly attribute DOMString initiatorType; |
readonly attribute double redirectStart; |