[Webkit-unassigned] [Bug 62118] Use of ENABLE(INSPECTOR) is inconsistent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 04:57:12 PDT 2011


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


Steve Block <steveblock at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steveblock at google.com




--- Comment #4 from Steve Block <steveblock at google.com>  2011-06-06 04:57:12 PST ---
> Also, I'd rather keep all guards in ScriptProfiler.cpp
So we should guard the contents of ScriptProfiler::initialize()?

The problem is that I can't compile ScriptProfiler without also compiling ScriptProfile, but this requires InspectorObject, which is guarded by ENABLE(INSPECTOR). Should all of other methods of ScriptProfiler be guarded by EANBLE(INSPECTOR)?

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