Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1232)

Unified Diff: src/elements-kind.cc

Issue 316133002: Move atomic ops and related files to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/elements-kind.cc
diff --git a/src/elements-kind.cc b/src/elements-kind.cc
index 240f551caae3a737569e19a396e263887aae7c5d..f0bc09f378bb7d82d27de795f13897c81ff5f032 100644
--- a/src/elements-kind.cc
+++ b/src/elements-kind.cc
@@ -102,8 +102,8 @@ struct InitializeFastElementsKindSequence {
};
-static LazyInstance<ElementsKind*,
- InitializeFastElementsKindSequence>::type
+static base::LazyInstance<ElementsKind*,
Jakob Kummerow 2014/06/05 11:49:06 IWYU?
+ InitializeFastElementsKindSequence>::type
fast_elements_kind_sequence = LAZY_INSTANCE_INITIALIZER;

Powered by Google App Engine
This is Rietveld 408576698