Chromium Code Reviews| 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; |