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

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

Issue 10825350: Roll IDL to multivm@762 (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/dom/Document.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.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 17a4a7ec40eca45f99fde5b5e569d6ab6076e461..3bdd03bef409d88b2adbcd040288df53e1361f1a 100644
--- a/third_party/WebCore/dom/Element.idl
+++ b/third_party/WebCore/dom/Element.idl
@@ -96,6 +96,9 @@ module core {
// HTML 5
NodeList getElementsByClassName(in [Optional=DefaultIsUndefined] DOMString name);
+ attribute [Reflect=class] DOMString className;
+ readonly attribute DOMTokenList classList;
+
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
readonly attribute DOMStringMap dataset;
#endif
@@ -140,7 +143,7 @@ module core {
[Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRequestPointerLock();
// CSS Regions API
- readonly attribute DOMString webkitRegionOverflow;
+ readonly attribute DOMString webkitRegionOverset;
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
readonly attribute [Conditional=UNDO_MANAGER] UndoManager undoManager;
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698