Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebCore/editing/UndoManager.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/dom/ShadowRoot.idl ('k') | third_party/WebCore/html/track/TextTrack.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebCore/dom/ShadowRoot.idl ('k') | third_party/WebCore/html/track/TextTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698