Ignore:
Timestamp:
Jun 8, 2011, 12:53:05 PM (14 years ago)
Author:
[email protected]
Message:

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

Reviewed by Eric Seidel.

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

  • parser/SourceProviderCache.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/SourceProviderCache.h

    r78297 r88374  
    3434public:
    3535    SourceProviderCache() : m_contentByteSize(0) {}
    36     ~SourceProviderCache();
     36    JS_EXPORT_PRIVATE ~SourceProviderCache();
    3737
    38     void clear();
    39     unsigned byteSize() const;
     38    JS_EXPORT_PRIVATE void clear();
     39    JS_EXPORT_PRIVATE unsigned byteSize() const;
    4040    void add(int sourcePosition, PassOwnPtr<SourceProviderCacheItem>, unsigned size);
    4141    const SourceProviderCacheItem* get(int sourcePosition) const { return m_map.get(sourcePosition); }
Note: See TracChangeset for help on using the changeset viewer.