| Index: third_party/WebCore/editing/UndoManager.idl
|
| diff --git a/third_party/WebCore/editing/UndoManager.idl b/third_party/WebCore/editing/UndoManager.idl
|
| index e65677b6fa5d56e13bd1d43de168e7b66211a61b..c228b9ea633a46eef2d79a25804522e67775846d 100644
|
| --- a/third_party/WebCore/editing/UndoManager.idl
|
| +++ b/third_party/WebCore/editing/UndoManager.idl
|
| @@ -41,6 +41,8 @@ module core {
|
| void redo()
|
| raises(DOMException);
|
|
|
| + [Custom] sequence<DOMTransaction> item(in unsigned long index);
|
| +
|
| readonly attribute unsigned long length;
|
| readonly attribute unsigned long position;
|
|
|
|
|