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

Unified Diff: third_party/WebCore/html/HTMLBaseElement.idl

Issue 11363035: Roll IDLs forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: third_party/WebCore/html/HTMLBaseElement.idl
diff --git a/third_party/WebCore/html/HTMLBaseElement.idl b/third_party/WebCore/html/HTMLBaseElement.idl
index 0f63ddd19b1cedcfff73d0634e6fc19b6e71022d..4d9d39f0f450979517af37f391ec9c0946444fd2 100644
--- a/third_party/WebCore/html/HTMLBaseElement.idl
+++ b/third_party/WebCore/html/HTMLBaseElement.idl
@@ -18,7 +18,6 @@
*/
interface HTMLBaseElement : HTMLElement {
- [Reflect, URL] attribute DOMString href;
+ [TreatNullAs=NullString] attribute DOMString href;
[Reflect] attribute DOMString target;
};
-

Powered by Google App Engine
This is Rietveld 408576698