[webkit-reviews] review requested: [Bug 80993] REGRESSION(r110383): ASSERTION failures in JSCell::finishCreation causing multiple tests to "crash" on the Lion Intel Debug Bots : [Attachment 131969] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 18:23:50 PDT 2012


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 80993: REGRESSION(r110383): ASSERTION failures in JSCell::finishCreation
causing multiple tests to "crash" on the Lion Intel Debug Bots
https://bugs.webkit.org/show_bug.cgi?id=80993

Attachment 131969: Patch
https://bugs.webkit.org/attachment.cgi?id=131969&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
Believe the problem is that change set r110383 changed
JavaScriptCore/wtf/Platform.h, but for some reason the change wasn't being
reflected in all build products.  This patch changes the header file search
order so that the new location $(BUILT_PRODUCTS_DIR)/usr/local/include is
search before the old location.


More information about the webkit-reviews mailing list