Bug 26679
| Summary: | [GTK] Compile error if switch --disable-javascript-debugger is given | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Minor | ||
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Fujii Hironori
[GTK] Compile error if switch --disable-javascript-debugger is given
../WebCore/bindings/js/JSConsoleCustom.cpp:41: error: no ‘JSC::JSValue WebCore::JSConsole::profiles(JSC::ExecState*) const’ member functi
ENABLE_JAVASCRIPT_DEBUGGER is defined in JavaScriptCore/wtf/Platform.h.
#if !defined(ENABLE_JAVASCRIPT_DEBUGGER)
#define ENABLE_JAVASCRIPT_DEBUGGER 1
#endif
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
*** This bug has been marked as a duplicate of 26248 ***