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

Unified Diff: core/css/CSSCharsetRule.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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/animation/ElementAnimation.idl ('k') | core/css/CSSHostRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/CSSCharsetRule.idl
diff --git a/core/css/CSSCharsetRule.idl b/core/css/CSSCharsetRule.idl
index a6eab938159214c75bdf99cb7f72489f00c15e86..18216075aba4762fb3b30128384f786d5bb6ceeb 100644
--- a/core/css/CSSCharsetRule.idl
+++ b/core/css/CSSCharsetRule.idl
@@ -19,6 +19,5 @@
*/
interface CSSCharsetRule : CSSRule {
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException] attribute DOMString encoding;
+ attribute DOMString encoding;
};
-
« no previous file with comments | « core/animation/ElementAnimation.idl ('k') | core/css/CSSHostRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698