Commit f92dc9a1 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix build failure.

TBR=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/650823002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24544 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 33dc53f9
......@@ -34,7 +34,7 @@ void StackGuard::reset_limits(const ExecutionAccess& lock) {
}
static PrintDeserializedCodeInfo(Handle<JSFunction> function) {
static void PrintDeserializedCodeInfo(Handle<JSFunction> function) {
if (function->code() == function->shared()->code() &&
function->shared()->deserialized()) {
PrintF("Running deserialized script: ");
......
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