[Webkit-unassigned] [Bug 93096] [EFL] web-intents-obj-constructor.html begun to crash after r124510

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 12 05:41:44 PDT 2012


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





--- Comment #2 from Christophe Dumez <christophe.dumez at intel.com>  2012-08-12 05:42:12 PST ---
Due to r124510, we can no longer pass 0 for JSC::ExecState* argument of:
WebCore::JSDictionary::JSDictionary(JSC::ExecState*, JSC::JSObject*)

This is because, the exec argument is now used in the constructor without NULL check.

We pass 0 JSC::ExecState* argument, when using the Dictionary default constructor, e.g.:
Dictionary d; // Will call WebCore::JSDictionary::JSDictionary(0, 0) internally

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