Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarnung committed Jul 31, 2017
1 parent 90d8ddd commit 3e20cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Runtime/Debug/TTEventLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ namespace TTD
NSLogEvents::JsRTSingleVarArgumentAction* giAction = this->RecordGetInitializedEvent_DataOnly<NSLogEvents::JsRTSingleVarArgumentAction, NSLogEvents::EventKind::GetTypedArrayInfoActionTag>();
NSLogEvents::SetVarItem_0(giAction, TTD_CONVERT_JSVAR_TO_TTDVAR(var));

//entry/exit status should be set to clead by initialization so don't need to do anything
// entry/exit status should be set to clear by initialization so don't need to do anything
giAction->Result = TTD_CONVERT_JSVAR_TO_TTDVAR(result);
}

Expand All @@ -2349,7 +2349,7 @@ namespace TTD
NSLogEvents::JsRTSingleVarArgumentAction* giAction = this->RecordGetInitializedEvent_DataOnly<NSLogEvents::JsRTSingleVarArgumentAction, NSLogEvents::EventKind::GetDataViewInfoActionTag>();
NSLogEvents::SetVarItem_0(giAction, TTD_CONVERT_JSVAR_TO_TTDVAR(var));

//entry/exit status should be set to clead by initialization so don't need to do anything
// entry/exit status should be set to clear by initialization so don't need to do anything
giAction->Result = TTD_CONVERT_JSVAR_TO_TTDVAR(result);
}

Expand Down

0 comments on commit 3e20cf2

Please sign in to comment.