[Webkit-unassigned] [Bug 85174] Chromium tests: "Add support for the Blob constructor" [r115582] regressed blob layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 3 19:38:09 PDT 2012


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


Li Yin <li.yin at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |li.yin at intel.com




--- Comment #4 from Li Yin <li.yin at intel.com>  2012-06-03 19:38:08 PST ---
The root cause of fast/files/blob-constructor.html = CRASH is
http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp#L129
EXCEPTION_BLOCK(String, stringValue, toWebCoreString(item->ToString()));
should be
EXCEPTION_BLOCK(String, stringValue, toWebCoreString(item));

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