Author: [EMAIL PROTECTED]
Date: Thu Sep 11 04:59:00 2008
New Revision: 273
Removed:
changes/lrn/re_log/
Modified:
branches/bleeding_edge/src/log.h
Log:
Fixed build error on Linux.
Modified: branches/bleeding_edge/src/log.h
==============================================================================
--- branches/bleeding_edge/src/log.h (original)
+++ branches/bleeding_edge/src/log.h Thu Sep 11 04:59:00 2008
@@ -193,7 +193,7 @@
private:
// Emits the source code of a regexp. Used by regexp events.
- static void Logger::LogRegExpSource(Handle<JSValue> regexp);
+ static void LogRegExpSource(Handle<JSValue> regexp);
// Emits a profiler tick event. Used by the profiler thread.
static void TickEvent(TickSample* sample, bool overflow);
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---