Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index d099290a4a9726ec246c033f0160ae9c217d1324..316b9027dc2842743a12d55d1c95ae3b19d7599e 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -389,6 +389,8 @@ class Debug { |
void FramesHaveBeenDropped(StackFrame::Id new_break_frame_id, |
LiveEditFrameDropMode mode); |
+ bool IsFrameBlackboxed(JavaScriptFrame* frame); |
+ |
// Threading support. |
char* ArchiveDebug(char* to); |
char* RestoreDebug(char* from); |
@@ -498,7 +500,6 @@ class Debug { |
bool IsBlackboxed(SharedFunctionInfo* shared); |
bool IsExceptionBlackboxed(bool uncaught); |
- bool IsFrameBlackboxed(JavaScriptFrame* frame); |
void OnException(Handle<Object> exception, Handle<Object> promise); |