Commit 7c638ec3 authored by lrn@chromium.org's avatar lrn@chromium.org

Fixed build error on Linux.



git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@273 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c5d98b77
......@@ -193,7 +193,7 @@ class Logger {
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);
......
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