[Webkit-unassigned] [Bug 125083] Fix !ENABLE(JAVASCRIPT_DEBUGGER) build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 4 11:55:26 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125083
--- Comment #11 from Darin Adler <darin at apple.com> 2013-12-04 11:53:45 PST ---
(From update of attachment 218387)
View in context: https://bugs.webkit.org/attachment.cgi?id=218387&action=review
> Source/JavaScriptCore/debugger/Debugger.h:209
> + void detach(JSGlobalObject*) { };
> + void sourceParsed(ExecState*, SourceProvider*, int, const WTF::String&) { };
> + void exception(CallFrame*, JSValue, bool) { };
> + void atStatement(CallFrame*) { };
> + void callEvent(CallFrame*) { };
> + void returnEvent(CallFrame*) { };
> + void willExecuteProgram(CallFrame*) { };
> + void didExecuteProgram(CallFrame*) { };
> + void didReachBreakpoint(CallFrame*) { };
Lots of unneeded semicolons here.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list