diff options
Diffstat (limited to 'Source/JavaScriptCore/heap/VTableSpectrum.h')
-rw-r--r-- | Source/JavaScriptCore/heap/VTableSpectrum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/heap/VTableSpectrum.h b/Source/JavaScriptCore/heap/VTableSpectrum.h index 8a9737e9b..a50a04f47 100644 --- a/Source/JavaScriptCore/heap/VTableSpectrum.h +++ b/Source/JavaScriptCore/heap/VTableSpectrum.h @@ -39,7 +39,7 @@ public: ~VTableSpectrum(); void countVPtr(void*); - void count(JSCell*); + JS_EXPORT_PRIVATE void count(JSCell*); void dump(FILE* output, const char* comment); }; |