Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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