Ignore:
Timestamp:
Dec 4, 2014, 10:58:04 PM (11 years ago)
Author:
[email protected]
Message:

Build fix after r176836.

Reviewed by Mark Lam.

  • runtime/VM.h:

(JSC::VM::controlFlowProfiler): Don't try to export an inline function.
Doing so results in a weak external symbol being generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/VM.h

    r176836 r176837  
    522522    FunctionHasExecutedCache* functionHasExecutedCache() { return &m_functionHasExecutedCache; }
    523523
    524     JS_EXPORT_PRIVATE ControlFlowProfiler* controlFlowProfiler() { return m_controlFlowProfiler.get(); }
     524    ControlFlowProfiler* controlFlowProfiler() { return m_controlFlowProfiler.get(); }
    525525    bool enableControlFlowProfiler();
    526526    bool disableControlFlowProfiler();
Note: See TracChangeset for help on using the changeset viewer.