[Webkit-unassigned] [Bug 27899] [Gtk] Expose a database API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 08:39:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27899





--- Comment #17 from Martin Robinson <martin.james.robinson at gmail.com>  2009-09-02 08:39:15 PDT ---
(In reply to comment #14)
> > +    G_OBJECT_CLASS(securityOrigin)->finalize(object);
> 
> You have to chain to your parent class, not to yourself! I believe this should
> enter an infinite loop, does it actually work?

Ouch. Thank you for catching that. I believe it was a search/replace gone bad.

> and databaseName here.

I've switched everything to camelCase and am caching the host and protocol
portions of the security origin.

> Also you need to s/1.1.13/1.1.14/ everywhere :)

Done. :)

-- 
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