[Webkit-unassigned] [Bug 40627] Limit ApplicationCache Total and Per-Origin Storage Capacity (Quotas)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 31 12:00:25 PDT 2010


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





--- Comment #47 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-07-31 12:00:24 PST ---
(In reply to comment #46)
> Landed a fix for the test here:
> r64403 = b0417f9810fceef5fd87853cdc66b97de9dabc86
> http://trac.webkit.org/changeset/64403
> 
> I was creating a WebDatabaseSecurityOrigin (a subclass of WebSecurityOrigin) and
> passing it along as a WebSecurityOrigin, and when functions were called on it
> that were implemented in the subclass, it didn't run the subclass' functions... it
> ran the empty ones.
> 
> I'm going to have to clean this up, but I appreciate any insight into why the
> subclasses' functions weren't called. I'll leave this open but clear the r+ flags so
> they don't show up in any queues.

Are you sure the object was a WebDatabaseSecurityOrigin?  What does "po <variable>" say in gdb?  Were the signatures for the overridden methods identical?  Unlike C++, Objective-C should still call the subclass' methods even if it was cast to a super class pointer.

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