[Webkit-unassigned] [Bug 31575] Fix WebKit build when JAVASCRIPT_DEBUGGER is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 00:08:46 PST 2009


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


Dmitry Titov <dimich at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimich at chromium.org




--- Comment #3 from Dmitry Titov <dimich at chromium.org>  2009-11-18 00:08:45 PST ---
> I tried to make 'console.profile()' and 'console.profileEnd()' declarations
> platform-dependent, but for some reason this doesn't work. So I took another
> route and made their implementations empty in the case when there is no
> debugger.

It seems that defined(V8_BINDING) && V8_BINDING is the way used in IDL files to
check if the bindings are generated for V8. It might be a cleaner way to do
this.

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