Reviewers: Yang,
Description:
Fix external snapshot compilation
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/341433005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/snapshot-external.cc
Index: src/snapshot-external.cc
diff --git a/src/snapshot-external.cc b/src/snapshot-external.cc
index
0cc15d848ae96f42f98318102f4faa69059ec281..2747081fa29dbec9529c85f00c1db261195d1648
100644
--- a/src/snapshot-external.cc
+++ b/src/snapshot-external.cc
@@ -50,7 +50,7 @@ bool Snapshot::Initialize() {
if (!HaveASnapshotToStartFrom())
return false;
- ElapsedTimer timer;
+ base::ElapsedTimer timer;
if (FLAG_profile_deserialization) {
timer.Start();
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.