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