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

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

Issue 10590003: Roll IDL to multivm@615 (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/MouseEvent.idl ('k') | third_party/WebCore/fileapi/Blob.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 00f7cd83a524b2b56167e02c740fcc23c1669e57..d38ed5485eea5f06f214f22ca3d5eb809d6e8960 100644
--- a/third_party/WebCore/dom/ShadowRoot.idl
+++ b/third_party/WebCore/dom/ShadowRoot.idl
@@ -29,7 +29,8 @@ module core {
interface [
Conditional=SHADOW_DOM,
Constructor(in Element host),
- ConstructorRaisesException
+ ConstructorRaisesException,
+ JSGenerateToJSObject
] ShadowRoot : DocumentFragment {
readonly attribute Element host;
readonly attribute Element activeElement;
« no previous file with comments | « third_party/WebCore/dom/MouseEvent.idl ('k') | third_party/WebCore/fileapi/Blob.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698