Chromium Code Reviews

Unified Diff: Source/core/css/CSSStyleRule.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/css/CSSRule.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSStyleRule.idl
diff --git a/Source/core/css/CSSStyleRule.idl b/Source/core/css/CSSStyleRule.idl
index 23cd73af4a316cfb217fa4f812f2b57cce74aac4..b5c890f63bb2da8e24caaa5bc81b60ecc433f5eb 100644
--- a/Source/core/css/CSSStyleRule.idl
+++ b/Source/core/css/CSSStyleRule.idl
@@ -20,10 +20,6 @@
// Introduced in DOM Level 2:
interface CSSStyleRule : CSSRule {
-
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString selectorText;
-
+ attribute DOMString selectorText;
readonly attribute CSSStyleDeclaration style;
-
};
-
« no previous file with comments | « Source/core/css/CSSRule.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine