[webkit-reviews] review granted: [Bug 29290] StorageNamespace::storageArea() should take in a PassRefPtr<StorageOrigin> : [Attachment 39672] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 13:44:42 PDT 2009


Eric Seidel <eric at webkit.org> has granted  review:
Bug 29290: StorageNamespace::storageArea() should take in a
PassRefPtr<StorageOrigin>
https://bugs.webkit.org/show_bug.cgi?id=29290

Attachment 39672: Patch v1
https://bugs.webkit.org/attachment.cgi?id=39672&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
Sorry, I misread the patch.

 113	 m_storageAreaMap.set(origin.release(), storageArea);

I thought that was prpOrigin, which would not need a release since it's already
a PassRefPtr.


More information about the webkit-reviews mailing list