diff options
Diffstat (limited to 'Source/JavaScriptCore/parser/ParserArena.h')
-rw-r--r-- | Source/JavaScriptCore/parser/ParserArena.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/parser/ParserArena.h b/Source/JavaScriptCore/parser/ParserArena.h index 35674b604..49f0ab6bf 100644 --- a/Source/JavaScriptCore/parser/ParserArena.h +++ b/Source/JavaScriptCore/parser/ParserArena.h @@ -159,7 +159,7 @@ namespace JSC { void removeLast(); bool isEmpty() const; - void reset(); + JS_EXPORT_PRIVATE void reset(); IdentifierArena& identifierArena() { return *m_identifierArena; } |