Index: src/liveedit.h |
diff --git a/src/liveedit.h b/src/liveedit.h |
index 2293d1cbf5016231663d1bbfc5c790c857b72880..3465d886d776af703044a67166a1a0d8b63f8002 100644 |
--- a/src/liveedit.h |
+++ b/src/liveedit.h |
@@ -74,7 +74,9 @@ class LiveEdit : AllStatic { |
CURRENTLY_SET_MODE |
}; |
- static Address AfterBreakTarget(FrameDropMode mode, Isolate* isolate); |
+ static void InitializeThreadLocal(Debug* debug); |
+ |
+ static bool SetAfterBreakTarget(Debug* debug); |
MUST_USE_RESULT static MaybeHandle<JSArray> GatherCompileInfo( |
Handle<Script> script, |