Skip to content

Commit

Permalink
resolves laverdet#203
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Feb 3, 2015
1 parent aff726a commit f409dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -248,7 +248,7 @@ namespace uni {
}

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

#endif
Expand Down

0 comments on commit f409dc2

Please sign in to comment.