Correct FrameIterator retval regression (#1066)

This commit is contained in:
RumbleFrog 2019-08-26 22:26:51 -04:00 committed by Headline
parent b8fd7db58d
commit ab5f00b65b

View File

@ -703,7 +703,7 @@ methodmap FrameIterator < Handle {
public native void Reset();
// Returns the line number of the current function call.
property bool LineNumber {
property int LineNumber {
public native get();
}