| Index: third_party/WebCore/editing/UndoManager.idl
|
| diff --git a/third_party/WebCore/editing/UndoManager.idl b/third_party/WebCore/editing/UndoManager.idl
|
| index b4d0f8133204fdd2141bc476ae24fb265f7c3d9d..e65677b6fa5d56e13bd1d43de168e7b66211a61b 100644
|
| --- a/third_party/WebCore/editing/UndoManager.idl
|
| +++ b/third_party/WebCore/editing/UndoManager.idl
|
| @@ -31,10 +31,10 @@
|
| module core {
|
|
|
| interface [
|
| - Conditional=UNDO_MANAGER
|
| + Conditional=UNDO_MANAGER,
|
| + V8GenerateIsReachable=ImplOwnerNodeRoot
|
| ] UndoManager {
|
| - void transact(in Dictionary transaction, in boolean merge)
|
| - raises(DOMException);
|
| + [Custom] void transact(in Dictionary transaction, in boolean merge);
|
|
|
| void undo()
|
| raises(DOMException);
|
| @@ -42,6 +42,7 @@ module core {
|
| raises(DOMException);
|
|
|
| readonly attribute unsigned long length;
|
| + readonly attribute unsigned long position;
|
|
|
| void clearUndo()
|
| raises(DOMException);
|
|
|