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

Unified Diff: Source/core/dom/Document.idl

Issue 1162933003: Remove [TreatNullAs=NullString] from Document.domain (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « LayoutTests/http/tests/security/document-domain-invalid.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index 9efcd84b9a382f29a48fae4cf0994798d21b0d1a..40d56b5d9697e662594d1a443f4aa6f22bc72bbf 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -82,8 +82,7 @@ interface Document : Node {
// resource metadata management
[PutForwards=href, Unforgeable] readonly attribute Location? location;
- // FIXME: domain should not have [TreatNullAs=NullString].
- [TreatNullAs=NullString, RaisesException=Setter] attribute DOMString domain;
+ [RaisesException=Setter] attribute DOMString domain;
readonly attribute DOMString referrer;
// FIXME: cookie should not have [TreatNullAs=NullString].
[TreatNullAs=NullString, RaisesException] attribute DOMString cookie;
« no previous file with comments | « LayoutTests/http/tests/security/document-domain-invalid.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698