summaryrefslogtreecommitdiff
path: root/deps/v8/src/compilation-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compilation-cache.h')
-rw-r--r--deps/v8/src/compilation-cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/compilation-cache.h b/deps/v8/src/compilation-cache.h
index 883dd4ef37..a387c05cb6 100644
--- a/deps/v8/src/compilation-cache.h
+++ b/deps/v8/src/compilation-cache.h
@@ -150,7 +150,7 @@ class CompilationCacheRegExp: public CompilationSubCache {
// scripts and evals. The shared function infos are looked up using
// the source string as the key. For regular expressions the
// compilation data is cached.
-class CompilationCache {
+class V8_EXPORT_PRIVATE CompilationCache {
public:
// Finds the script shared function info for a source
// string. Returns an empty handle if the cache doesn't contain a
@@ -240,7 +240,6 @@ class CompilationCache {
DISALLOW_COPY_AND_ASSIGN(CompilationCache);
};
-
} // namespace internal
} // namespace v8