Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
[v25] Patch for vm/Runtime.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Chen committed Oct 30, 2013
1 parent 3cf32da commit 33a2f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/vm/Runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ struct JSRuntime : public JS::shadow::Runtime,

js::GCHelperThread gcHelperThread;

#if defined(XP_MACOSX) && defined(JS_ASMJS)
#if defined(XP_MACOSX) && !defined(IPHONEOS)
js::AsmJSMachExceptionHandler asmJSMachExceptionHandler;
#endif

Expand Down

0 comments on commit 33a2f81

Please sign in to comment.