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

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

Powered by Google App Engine
This is Rietveld 408576698