[Webkit-unassigned] [Bug 39681] Web Inspector: Fixes chromium crasher due to passing an empty handle to toWebCoreString()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 12:05:48 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57035|review?                     |review+
               Flag|                            |




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2010-05-25 12:05:48 PST ---
(From update of attachment 57035)
WebCore/bindings/v8/ScriptCallStack.cpp:75
 +      *functionName = toWebCoreString(functionNameValue.IsEmpty() ? v8::Undefined() : functionNameValue);
You know what toWebCoreString from undefined will look like? (I am not sure). Is that what you need?

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