From 41386e9cb918eed93b3f13648cbef387e371e451 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 May 2015 09:56:07 +0000 Subject: webkitgtk-2.4.9 --- Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp') diff --git a/Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp b/Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp index 82e0f7fd1..be5edb34c 100644 --- a/Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp +++ b/Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp @@ -25,7 +25,6 @@ #include "config.h" #include "InlineCallFrameSet.h" -#include "JSCInlines.h" namespace JSC { @@ -37,11 +36,5 @@ InlineCallFrame* InlineCallFrameSet::add() return m_frames.add(); } -void InlineCallFrameSet::visitAggregate(SlotVisitor& visitor) -{ - for (InlineCallFrame* callFrame : m_frames) - callFrame->visitAggregate(visitor); -} - } // namespace JSC -- cgit v1.2.1