[Webkit-unassigned] [Bug 65611] Add firstPartyOrigin parameter to WebStorageNamespace::createStorageArea
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 3 12:28:08 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65611
--- Comment #6 from Darin Adler <darin at apple.com> 2011-08-03 12:28:08 PST ---
(From update of attachment 102781)
View in context: https://bugs.webkit.org/attachment.cgi?id=102781&action=review
> Source/WebCore/storage/StorageNamespaceImpl.h:49
> - virtual PassRefPtr<StorageArea> storageArea(PassRefPtr<SecurityOrigin>);
> + virtual PassRefPtr<StorageArea> storageArea(PassRefPtr<SecurityOrigin> prpOrigin, PassRefPtr<SecurityOrigin> prpFirstPartyOrigin);
The names here should not have a prp prefix.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list