Changeset 87304 in webkit


Ignore:
Timestamp:
May 25, 2011 10:10:03 AM (13 years ago)
Author:
kevino@webkit.org
Message:

Reviewed by Eric Seidel.

Add JS_EXPORT_PRIVATE macro for exported methods in bytecompiler headers.

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

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r87274 r87304  
     12011-04-10  Kevin Ollivier  <kevino@theolliviers.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add JS_EXPORT_PRIVATE macro for exported methods in bytecompiler headers.
     6       
     7        https://bugs.webkit.org/show_bug.cgi?id=27551
     8
     9        * bytecompiler/BytecodeGenerator.h:
     10
    1112011-05-24  Keishi Hattori  <keishi@webkit.org>
    212
  • trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h

    r83385 r87304  
    9090        typedef DeclarationStacks::FunctionStack FunctionStack;
    9191
    92         static void setDumpsGeneratedCode(bool dumpsGeneratedCode);
     92        JS_EXPORT_PRIVATE static void setDumpsGeneratedCode(bool dumpsGeneratedCode);
    9393        static bool dumpsGeneratedCode();
    9494
Note: See TracChangeset for help on using the changeset viewer.