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

Unified Diff: sky/engine/core/dom/Element.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/dom/Element.cpp ('k') | sky/engine/core/dom/ExecutionContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.idl
diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
index a8ad8771b466e526976884fed27cb966125e593c..47d4b6952dd45d7abe3aad6877939c85417ffce5 100644
--- a/sky/engine/core/dom/Element.idl
+++ b/sky/engine/core/dom/Element.idl
@@ -30,7 +30,7 @@
boolean hasAttributes();
sequence<Attr> getAttributes();
- [PerWorldBindings] readonly attribute CSSStyleDeclaration style;
+ readonly attribute CSSStyleDeclaration style;
[Reflect] attribute DOMString id;
readonly attribute DOMString? localName;
@@ -50,10 +50,10 @@
void focus();
void blur();
- [PerWorldBindings] readonly attribute DOMTokenList classList;
+ readonly attribute DOMTokenList classList;
[RaisesException] ShadowRoot ensureShadowRoot();
- [PerWorldBindings] readonly attribute ShadowRoot shadowRoot;
+ readonly attribute ShadowRoot shadowRoot;
NodeList getDestinationInsertionPoints();
// CSSOM View Module API
« no previous file with comments | « sky/engine/core/dom/Element.cpp ('k') | sky/engine/core/dom/ExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698