Removed ASSERT_CLASS_FITS_IN_CELL
Created attachment 165734 [details] Patch
Created attachment 165735 [details] Patch
Comment on attachment 165735 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=165735&action=review > Source/JavaScriptCore/ChangeLog:3 > + Removed ASSERT_CLASS_FITS_IN_CELL Rationale? > Source/JavaScriptCore/ChangeLog:11 > + * API/JSCallbackFunction.cpp: > + (JSC): > + * API/JSCallbackObject.cpp: > + (JSC): Please remove the useless "(JSC):" lines.
> Rationale? Our collector now supports arbitrarily sized objects, so the ASSERT is not needed. > Please remove the useless "(JSC):" lines. OK.
Created attachment 168260 [details] Patch
Comment on attachment 168260 [details] Patch r=me
Comment on attachment 168260 [details] Patch Attachment 168260 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/14249886
Committed r131088: <http://trac.webkit.org/changeset/131088>