Bug 26248
| Summary: | Building without Javascript Debugger support is broken. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric <eric225125> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | fujii.hironori, sameer.subscriptions |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Eric
I attempted to build from current trunk and it fails if I pass --disable-javascript-debugger. The errors are produced because "#if ENABLE(JAVASCRIPT_DEBUGGER)" evaluates to true and that code is attempted to be built. Passing -DENABLE-JAVASCRIPT-DEBUGGER=0 to the compiler fixes the problem.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
*** Bug 26679 has been marked as a duplicate of this bug. ***