Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 3587d853c67433929bbc8490060d72c63f5b88a6..2c98209a1d5faf8047cda9e5be4a637a077057b4 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -340,13 +340,13 @@ class RootIndexMap; |
// This does not apply to nested inner HandleScopes unless a nested |
// CanonicalHandleScope is introduced. Handles are only canonicalized within |
// the same CanonicalHandleScope, but not across nested ones. |
-class CanonicalHandleScope final { |
+class V8_EXPORT_PRIVATE CanonicalHandleScope final { |
public: |
explicit CanonicalHandleScope(Isolate* isolate); |
~CanonicalHandleScope(); |
private: |
- V8_EXPORT_PRIVATE Object** Lookup(Object* object); |
+ Object** Lookup(Object* object); |
Isolate* isolate_; |
Zone zone_; |