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

Unified Diff: Source/core/css/CSSRule.idl

Issue 107313004: Remove TreatNullAs=NullString for CSS*Rule (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « Source/core/css/CSSPageRule.idl ('k') | Source/core/css/CSSStyleRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSRule.idl
diff --git a/Source/core/css/CSSRule.idl b/Source/core/css/CSSRule.idl
index 43130a764903c5b21f9a37f316d755a2dc4e4b6e..93b0612f1c5acff7fe18909b3ccaca7337962109 100644
--- a/Source/core/css/CSSRule.idl
+++ b/Source/core/css/CSSRule.idl
@@ -43,7 +43,7 @@
readonly attribute unsigned short type;
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString cssText;
+ attribute DOMString cssText;
readonly attribute CSSStyleSheet parentStyleSheet;
readonly attribute CSSRule parentRule;
« no previous file with comments | « Source/core/css/CSSPageRule.idl ('k') | Source/core/css/CSSStyleRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698