Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index c13714f68246cd7f39702c3a1e998ae91df7a116..7c71f57e09d368cc618690a57b218c5a83dac7dd 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -58,7 +58,6 @@ struct CodeStubInterfaceDescriptor; |
class CodeTracer; |
class CompilationCache; |
class ContextSlotCache; |
-class ContextSwitcher; |
class Counters; |
class CpuFeatures; |
class CpuProfiler; |
@@ -936,12 +935,6 @@ class Isolate { |
ThreadManager* thread_manager() { return thread_manager_; } |
- ContextSwitcher* context_switcher() { return context_switcher_; } |
- |
- void set_context_switcher(ContextSwitcher* switcher) { |
- context_switcher_ = switcher; |
- } |
- |
StringTracker* string_tracker() { return string_tracker_; } |
unibrow::Mapping<unibrow::Ecma262UnCanonicalize>* jsregexp_uncanonicalize() { |
@@ -1295,7 +1288,6 @@ class Isolate { |
ConsStringIteratorOp* write_iterator_; |
GlobalHandles* global_handles_; |
EternalHandles* eternal_handles_; |
- ContextSwitcher* context_switcher_; |
ThreadManager* thread_manager_; |
RuntimeState runtime_state_; |
bool fp_stubs_generated_; |