Bug 123218 - Fix assertion in DatabaseManager::detailsForNameAndOrigin() to be iOS friendly.
Summary: Fix assertion in DatabaseManager::detailsForNameAndOrigin() to be iOS friendly.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 13:45 PDT by Mark Lam
Modified: 2013-10-23 14:04 PDT (History)
2 users (show)

See Also:


Attachments
the patch. (1.37 KB, patch)
2013-10-23 13:48 PDT, Mark Lam
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-10-23 13:45:57 PDT
Follow up to https://bugs.webkit.org/show_bug.cgi?id=123131 to make an assertion in DatabaseManager::detailsForNameAndOrigin() friendly to iOS.  Patch coming soon.
Comment 1 Mark Lam 2013-10-23 13:48:40 PDT
Created attachment 214991 [details]
the patch.
Comment 2 Joseph Pecoraro 2013-10-23 14:00:00 PDT
Comment on attachment 214991 [details]
the patch.

r=me
Comment 3 Mark Lam 2013-10-23 14:04:20 PDT
Thanks for the review.  Landed in r157885: <http://trac.webkit.org/r157885>.