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

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

Issue 10993053: Roll IDL to multivm@910, Take #2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix for indexeddb 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/DocumentType.idl ('k') | third_party/WebCore/dom/MessagePort.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 fb60c73157badc029e75a825b71655afdf80d02f..6b3427c3ac822acf71563a3fa417ae41f5166e44 100644
--- a/third_party/WebCore/dom/Element.idl
+++ b/third_party/WebCore/dom/Element.idl
@@ -120,6 +120,10 @@ module core {
readonly attribute Element nextElementSibling;
readonly attribute unsigned long childElementCount;
+ // DOM 4
+ void remove()
+ raises(DOMException);
+
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
// CSSOM View Module API
ClientRectList getClientRects();
@@ -143,7 +147,8 @@ module core {
[Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRequestPointerLock();
// CSS Regions API
- readonly attribute DOMString webkitRegionOverset;
+ readonly attribute [Conditional=CSS_REGIONS] DOMString webkitRegionOverset;
+ [Conditional=CSS_REGIONS] sequence<Range> webkitGetRegionFlowRanges();
#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
// Event handler DOM attributes
« no previous file with comments | « third_party/WebCore/dom/DocumentType.idl ('k') | third_party/WebCore/dom/MessagePort.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698