Reviewers: Rico, Description: Export SetResourceConstraints so it can be used with visibility=hidden.
Please review this at http://codereview.chromium.org/2050004/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M include/v8.h Index: include/v8.h =================================================================== --- include/v8.h (revision 4608) +++ include/v8.h (working copy) @@ -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
