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

Unified Diff: Source/core/css/CSSCharsetRule.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/CSSCharsetRule.h ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCharsetRule.idl
diff --git a/Source/core/css/CSSCharsetRule.idl b/Source/core/css/CSSCharsetRule.idl
index dcd89ac585ecd7982597189fc8ad275dab9ff06a..18216075aba4762fb3b30128384f786d5bb6ceeb 100644
--- a/Source/core/css/CSSCharsetRule.idl
+++ b/Source/core/css/CSSCharsetRule.idl
@@ -19,6 +19,5 @@
*/
interface CSSCharsetRule : CSSRule {
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter] attribute DOMString encoding;
+ attribute DOMString encoding;
};
-
« no previous file with comments | « Source/core/css/CSSCharsetRule.h ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698