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

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

Issue 1101123004: Oilpan: keep navigation timing objects on the heap by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/timing/PerformanceTiming.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceTiming.idl
diff --git a/Source/core/timing/PerformanceTiming.idl b/Source/core/timing/PerformanceTiming.idl
index e7b6c17deb9e2b6e3b0b7126a9767789177244bf..0485ffb256cd6b31ec30ccf19254407afdd2b09d 100644
--- a/Source/core/timing/PerformanceTiming.idl
+++ b/Source/core/timing/PerformanceTiming.idl
@@ -30,7 +30,7 @@
// See: http://dev.w3.org/2006/webapi/WebTiming/
[
- WillBeGarbageCollected
+ GarbageCollected
] interface PerformanceTiming {
readonly attribute unsigned long long navigationStart;
readonly attribute unsigned long long unloadEventStart;
« no previous file with comments | « Source/core/timing/PerformanceTiming.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698