Skip to content

Commit

Permalink
fix for iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriklv committed Feb 18, 2015
1 parent aff726a commit 18a1416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fibers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ namespace uni {
}

void SetResourceConstraints(Isolate* isolate, ResourceConstraints* constraints) {
v8::SetResourceConstraints(isolate, constraints);
SetResourceConstraints(isolate, constraints);
}

#else
Expand Down

2 comments on commit 18a1416

@rstuven
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance of requesting a pull from source repository?

@eiriklv
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rstuven That would make the whole thing break on node I'm afraid :(

Please sign in to comment.