Ignore:
Timestamp:
Jan 23, 2017, 2:41:42 AM (8 years ago)
Author:
[email protected]
Message:

JavaScriptCore has a weak external symbol in it
https://bugs.webkit.org/show_bug.cgi?id=167282

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2017-01-23
Reviewed by Yusuke Suzuki.

  • debugger/Debugger.cpp:

(JSC::Debugger::ProfilingClient::~ProfilingClient):

  • debugger/Debugger.h:

Avoid possible weak external symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/debugger/Debugger.h

    r207267 r211037  
    139139    class ProfilingClient {
    140140    public:
    141         virtual ~ProfilingClient() { }
     141        virtual ~ProfilingClient();
    142142        virtual bool isAlreadyProfiling() const = 0;
    143143        virtual double willEvaluateScript() = 0;
Note: See TracChangeset for help on using the changeset viewer.