Revision: 4624 Author: [email protected] Date: Sun May 9 23:24:18 2010 Log: Export SetResourceConstraints so it can be used with visibility=hidden.
Review URL: http://codereview.chromium.org/2050004 http://code.google.com/p/v8/source/detail?r=4624 Modified: /branches/bleeding_edge/include/v8.h ======================================= --- /branches/bleeding_edge/include/v8.h Thu May 6 00:32:44 2010 +++ /branches/bleeding_edge/include/v8.h Sun May 9 23:24:18 2010 @@ -2224,7 +2224,7 @@ }; -bool SetResourceConstraints(ResourceConstraints* constraints); +bool V8EXPORT SetResourceConstraints(ResourceConstraints* constraints); // --- E x c e p t i o n s --- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
