Author: [EMAIL PROTECTED]
Date: Thu Sep 11 04:55:04 2008
New Revision: 272
Added:
changes/lrn/re_log/
changes/lrn/re_log/bleeding_edge/
- copied from r270, /branches/bleeding_edge/
changes/lrn/re_log/bleeding_edge/src/log.h
- copied, changed from r271, /branches/bleeding_edge/src/log.h
Log:
Fixed build error on Linux.
Copied: changes/lrn/re_log/bleeding_edge/src/log.h (from r271,
/branches/bleeding_edge/src/log.h)
==============================================================================
--- /branches/bleeding_edge/src/log.h (original)
+++ changes/lrn/re_log/bleeding_edge/src/log.h Thu Sep 11 04:55:04 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
-~----------~----~----~----~------~----~------~--~---