Ignore:
Timestamp:
Jun 8, 2011, 1:04:37 PM (14 years ago)
Author:
[email protected]
Message:

2011-06-08 Kevin Ollivier <[email protected]>

Reviewed by Eric Seidel.

Add export macros to profiler headers.
https://bugs.webkit.org/show_bug.cgi?id=27551

  • profiler/Profiler.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/profiler/Profiler.h

    r81525 r88376  
    5454        }
    5555
    56         static Profiler* profiler();
     56        JS_EXPORT_PRIVATE static Profiler* profiler();
    5757        static CallIdentifier createCallIdentifier(ExecState* exec, JSValue, const UString& sourceURL, int lineNumber);
    5858
    59         void startProfiling(ExecState*, const UString& title);
    60         PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
     59        JS_EXPORT_PRIVATE void startProfiling(ExecState*, const UString& title);
     60        JS_EXPORT_PRIVATE PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
    6161        void stopProfiling(JSGlobalObject*);
    6262
Note: See TracChangeset for help on using the changeset viewer.