[Webkit-unassigned] [Bug 62014] New: Undefined reference to v8::HeapProfiler::DefineWrapperClass() due to ScriptProfiler::initialize()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 07:35:02 PDT 2011


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

           Summary: Undefined reference to
                    v8::HeapProfiler::DefineWrapperClass() due to
                    ScriptProfiler::initialize()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: pfeldman at chromium.org, mnaganov at chromium.org


http://trac.webkit.org/changeset/81265 added ScriptProfiler::initialize(), which calls v8::HeapProfiler::DefineWrapperClass().

On Android, this gives a linker error because we build v8 without ENABLE_LOGGING_AND_PROFILING defined.

Should there be enable guard around either the call site (in V8DOMWindowShell::initContextIfNeeded()) or implementation of ScriptProfiler::initialize() ?

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