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

Unified Diff: Source/core/html/HTMLAreaElement.idl

Issue 59383002: Remove TreatNullAs=NullString for HTMLAreaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullanchor
Patch Set: Created 7 years, 1 month 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 | « LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLAreaElement.idl
diff --git a/Source/core/html/HTMLAreaElement.idl b/Source/core/html/HTMLAreaElement.idl
index 1175ec1b40d620946001a97afd32509ae9c97742..ff59b8ce12a41c347d9ee38192066402f6c8cac7 100644
--- a/Source/core/html/HTMLAreaElement.idl
+++ b/Source/core/html/HTMLAreaElement.idl
@@ -19,12 +19,12 @@
*/
interface HTMLAreaElement : HTMLElement {
- [Reflect, TreatNullAs=NullString] attribute DOMString alt;
- [Reflect, TreatNullAs=NullString] attribute DOMString coords;
+ [Reflect] attribute DOMString alt;
+ [Reflect] attribute DOMString coords;
[Reflect] attribute boolean noHref;
- [Reflect, TreatNullAs=NullString] attribute DOMString ping;
- [Reflect, TreatNullAs=NullString] attribute DOMString shape;
- [Reflect, TreatNullAs=NullString] attribute DOMString target;
+ [Reflect] attribute DOMString ping;
+ [Reflect] attribute DOMString shape;
+ [Reflect] attribute DOMString target;
};
// Force rebuild: crbug.com/307023
« no previous file with comments | « LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698