Reviewers: mvstanton,

Description:
Fix build failure.

[email protected]

Please review this at https://codereview.chromium.org/650823002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/execution.cc


Index: src/execution.cc
diff --git a/src/execution.cc b/src/execution.cc
index 461685a1bbfba436ad9950a98d0cf23e5b32c43f..d198c5a4b8038644094de57acd0b4f3854d8abc7 100644
--- a/src/execution.cc
+++ b/src/execution.cc
@@ -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: ");


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to