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

Unified Diff: src/v8.cc

Issue 1069883002: WIP SharedArrayBuffer implementation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update MakeTypeError calls Created 5 years, 8 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/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index 49a104f0aa588553268b7003ffc72fed90e9d436..b1772f08b5470fa25f58c2af7a638f7912d2ac14 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -36,6 +36,7 @@ V8_DECLARE_ONCE(init_snapshot_once);
#endif
v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
+v8::SharedArrayBuffer::Allocator* V8::shared_array_buffer_allocator_ = NULL;
v8::Platform* V8::platform_ = NULL;

Powered by Google App Engine
This is Rietveld 408576698