Author: ipo...@chromium.org
Date: Tue May 12 10:17:23 2009
New Revision: 1921

Modified:
    branches/bleeding_edge/src/api.cc

Log:
- Fix build break due to warning about control reaching end of non-void
   function.

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

Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc   (original)
+++ branches/bleeding_edge/src/api.cc   Tue May 12 10:17:23 2009
@@ -3126,6 +3126,7 @@
  #ifdef ENABLE_LOGGING_AND_PROFILING
    return i::Logger::GetLogLines(from_pos, dest_buf, max_size);
  #endif
+  return 0;
  }

  String::Utf8Value::Utf8Value(v8::Handle<v8::Value> obj) {

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to