Index: Source/core/page/Performance.idl |
diff --git a/Source/core/page/Performance.idl b/Source/core/page/Performance.idl |
index 87a5b06308f7f7b4a240620ac897ead02bfb2353..e6760859e39cdee5fe30a410ce517d203bba2eb7 100644 |
--- a/Source/core/page/Performance.idl |
+++ b/Source/core/page/Performance.idl |
@@ -30,9 +30,7 @@ |
*/ |
// See: http://dev.w3.org/2006/webapi/WebTiming/ |
-[ |
- EventTarget |
-] interface Performance { |
+interface Performance { |
readonly attribute PerformanceNavigation navigation; |
readonly attribute PerformanceTiming timing; |
readonly attribute MemoryInfo memory; |