v8/src/libplatform
svenpanne 71bb00e261 Consistently use only one of virtual/OVERRIDE/FINAL.
FINAL implies OVERRIDE, which in turn implies virtual, so there's no need to use
more than one of these. The Google C++ style guide even requires this, see
http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Inheritance.

While we're here, port r24662 to x87.

The net result is that v8 compiles again with a current clang.

BUG=v8:3753
LOG=y

Review URL: https://codereview.chromium.org/797943002

Cr-Commit-Position: refs/heads/master@{#25792}
2014-12-12 10:44:25 +00:00
..
default-platform.cc Add MonotonicallyIncreasingTime to V8 Platform. 2014-10-06 12:22:25 +00:00
default-platform.h Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
DEPS Don't even include v8.h from libbase or libplatform 2014-07-03 08:50:52 +00:00
task-queue.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
task-queue.h Move libplatform files into v8::platform namespace 2014-07-01 08:15:09 +00:00
worker-thread.cc Fix newly discovered presubmit errors. 2014-08-12 13:33:35 +00:00
worker-thread.h Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00