@@ -61,16 +61,16 @@ @property (nonatomic, copy) OFString *path; /*! * Whether the cookie is only to be used with HTTPS. */ -@property (getter=isSecure) bool secure; +@property (nonatomic, getter=isSecure) bool secure; /*! * Whether the cookie is only to be accessed through HTTP. */ -@property (getter=isHTTPOnly) bool HTTPOnly; +@property (nonatomic, getter=isHTTPOnly) bool HTTPOnly; /*! * An array of other attributes. */ @property (readonly, nonatomic)