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

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

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/editing/DOMTransaction.idl ('k') | third_party/WebCore/html/HTMLAllCollection.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 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);
« no previous file with comments | « third_party/WebCore/editing/DOMTransaction.idl ('k') | third_party/WebCore/html/HTMLAllCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698