Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: Source/core/timing/Performance.idl

Issue 653263006: Remove redundant [WillBeGarbageCollected] uses on derived EventTargets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/EventSource.idl ('k') | Source/core/workers/SharedWorker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/Performance.idl
diff --git a/Source/core/timing/Performance.idl b/Source/core/timing/Performance.idl
index 50e62a8ff413366cfc5ac06465e896ce5ee07486..fbbfbe94e758bc02eaddf73fa003ed2786ac0b79 100644
--- a/Source/core/timing/Performance.idl
+++ b/Source/core/timing/Performance.idl
@@ -30,9 +30,7 @@
*/
// See: http://www.w3.org/TR/navigation-timing/
-[
- WillBeGarbageCollected
-] interface Performance : EventTarget {
+interface Performance : EventTarget {
readonly attribute PerformanceNavigation navigation;
readonly attribute PerformanceTiming timing;
readonly attribute MemoryInfo memory;
@@ -56,4 +54,3 @@
// See http://www.w3.org/TR/hr-time/ for details.
double now();
};
-
« no previous file with comments | « Source/core/page/EventSource.idl ('k') | Source/core/workers/SharedWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698