RESOLVED FIXED 155500
Change some release asserts in CodeBlock linking into debug asserts
https://bugs.webkit.org/show_bug.cgi?id=155500
Summary Change some release asserts in CodeBlock linking into debug asserts
Saam Barati
Reported 2016-03-15 12:01:24 PDT
...
Attachments
patch (6.17 KB, patch)
2016-03-15 13:44 PDT, Saam Barati
no flags
patch (6.19 KB, patch)
2016-03-15 13:49 PDT, Saam Barati
no flags
Saam Barati
Comment 1 2016-03-15 13:44:57 PDT
Filip Pizlo
Comment 2 2016-03-15 13:46:39 PDT
Comment on attachment 274122 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=274122&action=review > Source/JavaScriptCore/bytecode/CodeBlock.cpp:1865 > +#ifndef NDEBUG #if !ASSERT_DISABLED > Source/JavaScriptCore/bytecode/CodeBlock.cpp:1869 > +#ifndef NDEBUG Ditto. > Source/JavaScriptCore/bytecode/CodeBlock.cpp:1883 > +#ifndef NDEBUG Ditto. > Source/JavaScriptCore/bytecode/CodeBlock.cpp:2085 > +#ifndef NDEBUG Ditto.
Saam Barati
Comment 3 2016-03-15 13:49:44 PDT
WebKit Commit Bot
Comment 4 2016-03-30 17:47:13 PDT
Comment on attachment 274123 [details] patch Clearing flags on attachment: 274123 Committed r198868: <http://trac.webkit.org/changeset/198868>
WebKit Commit Bot
Comment 5 2016-03-30 17:47:17 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.