[Webkit-unassigned] [Bug 46672] Assertion failure in Node::document when running plugins/document-open.html in WebKit2 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 13:08:04 PDT 2010


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





--- Comment #5 from Adam Roben (aroben) <aroben at apple.com>  2010-10-25 13:08:04 PST ---
The assertion is firing because PluginView::m_pluginElement->m_document is null. Before the call to NPRuntimeObjectMap::evaluate, it is not null. It becomes null beneath that call when JavaScript code is being compiled!

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