| Index: Source/core/frame/History.idl
|
| diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl
|
| index 6bd64396230c8bf5358490ef629b4b131972419d..40606047612ef0fdea9fec894feecd64256c07df 100644
|
| --- a/Source/core/frame/History.idl
|
| +++ b/Source/core/frame/History.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface History {
|
| +[
|
| + WillBeGarbageCollected,
|
| +] interface History {
|
| readonly attribute unsigned long length;
|
| [Custom=Getter] readonly attribute SerializedScriptValue state;
|
|
|
|
|