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

Unified Diff: sky/engine/core/css/CSSStyleDeclaration.idl

Issue 780483002: Remove the CSSOM. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/css/CSSStyleDeclaration.h ('k') | sky/engine/core/css/CSSStyleRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSStyleDeclaration.idl
diff --git a/sky/engine/core/css/CSSStyleDeclaration.idl b/sky/engine/core/css/CSSStyleDeclaration.idl
index c36916739c0806cdf8f677e925b53d161630d244..6cfc092da069d5f1da9c9e923cb2bc0b57305503 100644
--- a/sky/engine/core/css/CSSStyleDeclaration.idl
+++ b/sky/engine/core/css/CSSStyleDeclaration.idl
@@ -35,7 +35,6 @@
getter DOMString item([Default=Undefined] optional unsigned long index);
[Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
[Custom] setter void (DOMString propertyName, DOMString? propertyValue);
- readonly attribute CSSRule parentRule;
// Deprecated as of 2003: http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html
// FIXME: This should be DeprecateAs=, but currently too many tests use
« no previous file with comments | « sky/engine/core/css/CSSStyleDeclaration.h ('k') | sky/engine/core/css/CSSStyleRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698