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

Unified Diff: third_party/WebCore/dom/Element.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/Document.idl ('k') | third_party/WebCore/dom/PropertyNodeList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/Element.idl
diff --git a/third_party/WebCore/dom/Element.idl b/third_party/WebCore/dom/Element.idl
index fdf6f360669eac70a3e603f65e5a30b1739ad52e..17a4a7ec40eca45f99fde5b5e569d6ab6076e461 100644
--- a/third_party/WebCore/dom/Element.idl
+++ b/third_party/WebCore/dom/Element.idl
@@ -142,6 +142,11 @@ module core {
// CSS Regions API
readonly attribute DOMString webkitRegionOverflow;
+#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
+ readonly attribute [Conditional=UNDO_MANAGER] UndoManager undoManager;
+ attribute [Conditional=UNDO_MANAGER, Reflect] boolean undoScope;
+#endif
+
#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
// Event handler DOM attributes
attribute [NotEnumerable] EventListener onabort;
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/PropertyNodeList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698