Skip to content

Commit 069d7b9

Browse files
committed
fix FROM_HERE in src/nw_custom_bindings.cc
1 parent c2f53c9 commit 069d7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nw_custom_bindings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using namespace blink;
2323
#include <math.h>
2424
#endif
2525

26-
#undef FROM_HERE
26+
//#undef FROM_HERE
2727
#undef TRACE_EVENT0
2828
#undef TRACE_EVENT1
2929
#undef TRACE_EVENT2

0 commit comments

Comments
 (0)