| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index 6b2833c8f6acd51141442e30d2f023d309e6ead2..baf586d962bbf27ce371a3a26b980710f9c7230b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -91,8 +91,7 @@ interface Document : Node {
|
| [PutForwards=href, Unforgeable] readonly attribute Location? location;
|
| [RaisesException=Setter] attribute DOMString domain;
|
| readonly attribute DOMString referrer;
|
| - // FIXME: cookie should not have [TreatNullAs=NullString].
|
| - [TreatNullAs=NullString, RaisesException] attribute DOMString cookie;
|
| + [RaisesException] attribute DOMString cookie;
|
| readonly attribute DOMString lastModified;
|
| readonly attribute DocumentReadyState readyState;
|
|
|
|
|