[Webkit-unassigned] [Bug 43332] [JSC] Web Inspector: implement breaking from native callback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 05:59:38 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=43332





--- Comment #11 from Konrad Piascik <kpiascik at rim.com>  2012-06-04 05:59:37 PST ---
(From update of attachment 145547)
View in context: https://bugs.webkit.org/attachment.cgi?id=145547&action=review

> Source/WebCore/bindings/js/ScriptDebugServer.cpp:155
> +    if (isPaused() || !m_currentCallFrame)

please use m_paused like the rest of the class instead of isPaused()

> Source/WebCore/inspector/InspectorDebuggerAgent.cpp:121
>  void InspectorDebuggerAgent::supportsNativeBreakpoints(ErrorString*, bool* result)

can we not get rid of this method alltogether?  Is it used for something else?

-- 
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