|
Lines 1-3
Source/JavaScriptCore/ChangeLog_sec1
|
|
|
1 |
2012-08-20 Mark Lam <mark.lam@apple.com> |
| 2 |
|
| 3 |
Fix broken non-JIT build. |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=94564. |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Added some UNUSED_PARAM() macros to make the compiler happy. |
| 9 |
|
| 10 |
* runtime/Executable.cpp: |
| 11 |
(JSC::EvalExecutable::compileInternal): |
| 12 |
(JSC::ProgramExecutable::compileInternal): |
| 13 |
(JSC::FunctionExecutable::compileForCallInternal): |
| 14 |
(JSC::FunctionExecutable::compileForConstructInternal): |
| 15 |
|
| 1 |
2012-08-20 Mark Lam <mark.lam@apple.com> |
16 |
2012-08-20 Mark Lam <mark.lam@apple.com> |
| 2 |
|
17 |
|
| 3 |
Fixed erroneous line number for LLint frame when throwing exceptions. |
18 |
Fixed erroneous line number for LLint frame when throwing exceptions. |