Correct FrameIterator retval regression (#1066)
This commit is contained in:
parent
b8fd7db58d
commit
ab5f00b65b
@ -703,7 +703,7 @@ methodmap FrameIterator < Handle {
|
|||||||
public native void Reset();
|
public native void Reset();
|
||||||
|
|
||||||
// Returns the line number of the current function call.
|
// Returns the line number of the current function call.
|
||||||
property bool LineNumber {
|
property int LineNumber {
|
||||||
public native get();
|
public native get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user