Title: [88374] trunk/Source/_javascript_Core
- Revision
- 88374
- Author
- [email protected]
- Date
- 2011-06-08 12:53:05 -0700 (Wed, 08 Jun 2011)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (88373 => 88374)
--- trunk/Source/_javascript_Core/ChangeLog 2011-06-08 19:50:24 UTC (rev 88373)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-06-08 19:53:05 UTC (rev 88374)
@@ -2,6 +2,15 @@
Reviewed by Eric Seidel.
+ Add export symbols to parser headers.
+ https://bugs.webkit.org/show_bug.cgi?id=27551
+
+ * parser/SourceProviderCache.h:
+
+2011-06-08 Kevin Ollivier <[email protected]>
+
+ Reviewed by Eric Seidel.
+
Add export symbols to interpreter headers.
https://bugs.webkit.org/show_bug.cgi?id=27551
Modified: trunk/Source/_javascript_Core/parser/SourceProviderCache.h (88373 => 88374)
--- trunk/Source/_javascript_Core/parser/SourceProviderCache.h 2011-06-08 19:50:24 UTC (rev 88373)
+++ trunk/Source/_javascript_Core/parser/SourceProviderCache.h 2011-06-08 19:53:05 UTC (rev 88374)
@@ -33,10 +33,10 @@
class SourceProviderCache {
public:
SourceProviderCache() : m_contentByteSize(0) {}
- ~SourceProviderCache();
+ JS_EXPORT_PRIVATE ~SourceProviderCache();
- void clear();
- unsigned byteSize() const;
+ JS_EXPORT_PRIVATE void clear();
+ JS_EXPORT_PRIVATE unsigned byteSize() const;
void add(int sourcePosition, PassOwnPtr<SourceProviderCacheItem>, unsigned size);
const SourceProviderCacheItem* get(int sourcePosition) const { return m_map.get(sourcePosition); }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes