[Webkit-unassigned] [Bug 90141] REGRESSION (r121395): fast/workers/worker-context-gc.html failing on GTK Linux 64-bit Debug, Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 00:05:57 PDT 2012


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jochen at chromium.org




--- Comment #1 from David Levin <levin at chromium.org>  2012-06-28 00:05:55 PST ---
I would roll out the change.


btw, I just noticed that this line in trunk/Source/WebCore/workers/WorkerThread.cpp:
  m_groupSettings->setIndexedDBDatabasePath(settings->indexedDBDatabasePath()); 
is incorrect.

It should be
 m_groupSettings->setIndexedDBDatabasePath(settings->indexedDBDatabasePath().isolatedCopy()); 

but I doubt that issue is causing this problem.

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