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

Unified Diff: extensions/renderer/v8_schema_registry.h

Issue 1085733006: replace to be deprecated v8::PersistentValueMap with v8::GlobalValueMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/renderer/pepper/plugin_object.h ('k') | gin/interceptor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/v8_schema_registry.h
diff --git a/extensions/renderer/v8_schema_registry.h b/extensions/renderer/v8_schema_registry.h
index 5a3b20c31af544835c3230811f243ca5cb93327f..b8c50ead2763065ed7139adfffef3c2803159931 100644
--- a/extensions/renderer/v8_schema_registry.h
+++ b/extensions/renderer/v8_schema_registry.h
@@ -40,7 +40,7 @@ class V8SchemaRegistry {
v8::Handle<v8::Context> GetOrCreateContext(v8::Isolate* isolate);
// Cache of schemas. Created lazily by GetOrCreateContext.
- typedef v8::StdPersistentValueMap<std::string, v8::Object> SchemaCache;
+ typedef v8::StdGlobalValueMap<std::string, v8::Object> SchemaCache;
scoped_ptr<SchemaCache> schema_cache_;
// Single per-instance gin::ContextHolder to create v8::Values.
« no previous file with comments | « content/renderer/pepper/plugin_object.h ('k') | gin/interceptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698