Changeset 106433 in webkit for trunk/Source/JavaScriptCore/heap


Ignore:
Timestamp:
Jan 31, 2012, 10:49:26 PM (13 years ago)
Author:
[email protected]
Message:

Add missing JS_PRIVATE_EXPORTs
https://bugs.webkit.org/show_bug.cgi?id=77507

Patch by Hajime Morrita <[email protected]> on 2012-01-31
Reviewed by Kevin Ollivier.

  • heap/MarkedSpace.h:

(MarkedSpace):

  • interpreter/Interpreter.h:

(Interpreter):

  • runtime/JSValue.h:

(JSValue):

  • wtf/text/AtomicString.h:

(WTF::AtomicString::add):

  • wtf/text/WTFString.h:

(WTF):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/MarkedSpace.h

    r106078 r106433  
    8888
    8989private:
    90     void* allocateSlowCase(SizeClass&);
     90    JS_EXPORT_PRIVATE void* allocateSlowCase(SizeClass&);
    9191    void* tryAllocateHelper(MarkedSpace::SizeClass&);
    9292    void* tryAllocate(MarkedSpace::SizeClass&);
Note: See TracChangeset for help on using the changeset viewer.