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

Unified Diff: core/css/CSSStyleRule.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/css/CSSStyleDeclaration.idl ('k') | core/css/FontFace.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/CSSStyleRule.idl
diff --git a/core/css/CSSStyleRule.idl b/core/css/CSSStyleRule.idl
index c1b29081fc92b66547b9e83b571078b151e15bdd..52503b8eb117edbcad240fd3b33f583b861f9b1f 100644
--- a/core/css/CSSStyleRule.idl
+++ b/core/css/CSSStyleRule.idl
@@ -22,6 +22,5 @@
interface CSSStyleRule : CSSRule {
attribute DOMString selectorText;
- // TODO(philipj): style should have [PutForwards=cssText].
- [SameObject] readonly attribute CSSStyleDeclaration style;
+ [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};
« no previous file with comments | « core/css/CSSStyleDeclaration.idl ('k') | core/css/FontFace.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698