Revision: 9006 Author: [email protected] Date: Wed Aug 24 03:48:48 2011 Log: Fixed the shared library build of D8 that was broken by r9005.
Review URL: http://codereview.chromium.org/7701024 http://code.google.com/p/v8/source/detail?r=9006 Modified: /branches/bleeding_edge/src/d8.cc ======================================= --- /branches/bleeding_edge/src/d8.cc Wed Aug 24 02:47:10 2011 +++ /branches/bleeding_edge/src/d8.cc Wed Aug 24 03:48:48 2011 @@ -1287,7 +1287,10 @@ } V8::Dispose(); + +#ifndef V8_SHARED OnExit(); +#endif // V8_SHARED return result; } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
