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

Unified Diff: core/html/HTMLAnchorElement.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/html/HTMLAllCollection.idl ('k') | core/html/HTMLAppletElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLAnchorElement.idl
diff --git a/core/html/HTMLAnchorElement.idl b/core/html/HTMLAnchorElement.idl
index 88cf2d41e2b023a3fe31b3a7047c4a7de079e38d..525c307807f5d5e91669584edabdd0ebd6e99bd2 100644
--- a/core/html/HTMLAnchorElement.idl
+++ b/core/html/HTMLAnchorElement.idl
@@ -19,20 +19,20 @@
*/
interface HTMLAnchorElement : HTMLElement {
- [Reflect, TreatNullAs=NullString] attribute DOMString charset;
- [Reflect, TreatNullAs=NullString] attribute DOMString coords;
- [Reflect, TreatNullAs=NullString] attribute DOMString download;
- [Reflect, TreatNullAs=NullString] attribute DOMString hreflang;
- [Reflect, TreatNullAs=NullString] attribute DOMString name;
- [Reflect, TreatNullAs=NullString] attribute DOMString ping;
- [Reflect, TreatNullAs=NullString] attribute DOMString rel;
- [Reflect, TreatNullAs=NullString] attribute DOMString rev;
- [Reflect, TreatNullAs=NullString] attribute DOMString shape;
- [Reflect, TreatNullAs=NullString] attribute DOMString target;
- [Reflect, TreatNullAs=NullString] attribute DOMString type;
+ [Reflect] attribute DOMString charset;
+ [Reflect] attribute DOMString coords;
+ [Reflect] attribute DOMString download;
+ [Reflect] attribute DOMString hreflang;
+ [Reflect] attribute DOMString name;
+ [Reflect] attribute DOMString ping;
+ [Reflect] attribute DOMString rel;
+ [Reflect] attribute DOMString rev;
+ [Reflect] attribute DOMString shape;
+ [Reflect] attribute DOMString target;
+ [Reflect] attribute DOMString type;
readonly attribute DOMString text;
};
-// Force rebuild: crbug.com/307023
+// force rebuild: crbug.com/307023
HTMLAnchorElement implements URLUtils;
« no previous file with comments | « core/html/HTMLAllCollection.idl ('k') | core/html/HTMLAppletElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698