[Webkit-unassigned] [Bug 36595] Forward DatabaseTracker::canEstablishDatabase to chromium layer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 18:41:56 PDT 2010


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


Michael Nordman <michaeln at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaeln at google.com




--- Comment #10 from Michael Nordman <michaeln at google.com>  2010-03-25 18:41:55 PST ---
> BTW, I suspect that calling ASSERT(isMainThread()) from
> DatabaseObserver::canEstablishDatabase() will fail when invoked from worker
> context. So you'll probably need to remove that assertion.

What you probably want here is...
ASSERT(scriptContext->isContextThread());

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