From: lrn@chromium.org Date: Thu, 11 Sep 2008 11:59:00 +0000 (+0000) Subject: Fixed build error on Linux. X-Git-Tag: upstream/4.7.83~25396 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c638ec3e6d5a1336a05d9ac0b2a221e9325f5b8;p=platform%2Fupstream%2Fv8.git Fixed build error on Linux. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@273 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/log.h b/src/log.h index 267b1bdab..569abf5f3 100644 --- a/src/log.h +++ b/src/log.h @@ -193,7 +193,7 @@ class Logger { private: // Emits the source code of a regexp. Used by regexp events. - static void Logger::LogRegExpSource(Handle regexp); + static void LogRegExpSource(Handle regexp); // Emits a profiler tick event. Used by the profiler thread. static void TickEvent(TickSample* sample, bool overflow);