Skip to content

Commit 1e26184

Browse files
author
Chris K
committed
DFL-3378 JSSourceTooltip exception on cutting-edge
1 parent 3f0a2c1 commit 1e26184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ecma-debugger/jssourcetooltip.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ cls.JSSourceTooltip = function(view)
186186
var OBJECT_ID = 0;
187187
var CLASS_NAME = 4;
188188

189+
if (!_container)
190+
return;
191+
189192
if (status === 0 && message[STATUS] == "completed")
190193
{
191194
_identifier = selection;

0 commit comments

Comments
 (0)