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

Unified Diff: Source/core/frame/History.idl

Issue 1109493003: Oilpan: have History on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/core/frame/History.idl
diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl
index 61d7d5ca7f02fa3fc9720e02f34e971508e1ce11..81a2839ca7f7c6877f1e8367d1ef1a938d207f67 100644
--- a/Source/core/frame/History.idl
+++ b/Source/core/frame/History.idl
@@ -24,7 +24,7 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
] interface History {
readonly attribute unsigned long length;
[CachedAttribute=stateChanged] readonly attribute SerializedScriptValue state;

Powered by Google App Engine
This is Rietveld 408576698