Index: Source/core/page/PerformanceResourceTiming.idl |
diff --git a/Source/core/page/PerformanceResourceTiming.idl b/Source/core/page/PerformanceResourceTiming.idl |
index 860c91dfa296ed6aaa6324dba8e49bf1fb3bfdea..632308dba229843d67b2fb52b3d2f374f8fbba5b 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; |