Commit 02e70b79 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fixed the shared library build of D8 that was broken by r9005.

Review URL: http://codereview.chromium.org/7701024

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9006 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 1afbe92a
...@@ -1287,7 +1287,10 @@ int Shell::Main(int argc, char* argv[]) { ...@@ -1287,7 +1287,10 @@ int Shell::Main(int argc, char* argv[]) {
} }
V8::Dispose(); V8::Dispose();
#ifndef V8_SHARED
OnExit(); OnExit();
#endif // V8_SHARED
return result; return result;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment