Correct FrameIterator retval regression (#1066)

This commit is contained in:
RumbleFrog
2019-08-26 19:26:51 -07:00
committed by Headline
parent b8fd7db58d
commit ab5f00b65b
+1 -1
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();
}