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

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

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/ProgressEvent.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/ShadowRoot.idl
diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl
index 55057b6806d53b3c2d51c973ff45a0cf9ef8aba7..8110c1e08a743d73ec13452ca6a4db6a374741c0 100644
--- a/third_party/WebCore/dom/ShadowRoot.idl
+++ b/third_party/WebCore/dom/ShadowRoot.idl
@@ -28,18 +28,17 @@ module core {
interface [
Conditional=SHADOW_DOM,
- V8EnabledAtRuntime=shadowDOM,
Constructor(in Element host),
ConstructorRaisesException
] ShadowRoot : DocumentFragment {
readonly attribute Element host;
readonly attribute Element activeElement;
- readonly attribute DOMSelection selection;
attribute boolean applyAuthorStyles;
attribute [TreatNullAs=NullString] DOMString innerHTML
setter raises(DOMException);
+ DOMSelection getSelection();
Element getElementById(in [Optional=DefaultIsUndefined] DOMString elementId);
NodeList getElementsByClassName(in [Optional=DefaultIsUndefined] DOMString className);
NodeList getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString tagName);
« no previous file with comments | « third_party/WebCore/dom/ProgressEvent.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698