summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/JSGlobalThis.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSGlobalThis.h')
-rw-r--r--Source/JavaScriptCore/runtime/JSGlobalThis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/JSGlobalThis.h b/Source/JavaScriptCore/runtime/JSGlobalThis.h
index fa5de0491..fa5c2eb34 100644
--- a/Source/JavaScriptCore/runtime/JSGlobalThis.h
+++ b/Source/JavaScriptCore/runtime/JSGlobalThis.h
@@ -63,7 +63,7 @@ protected:
static const unsigned StructureFlags = OverridesVisitChildren | Base::StructureFlags;
- static void visitChildren(JSCell*, SlotVisitor&);
+ JS_EXPORT_PRIVATE static void visitChildren(JSCell*, SlotVisitor&);
WriteBarrier<JSGlobalObject> m_unwrappedObject;
};