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

Unified Diff: third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h

Issue 2875773002: Remove V8PerIsolateData::EnsureLiveRoot. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
diff --git a/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
index a320871ad5fc8b105ac78ca9c743b29e5f60eb2b..dbb2c0e48ce297657a6a427b3789bb7ba8675364 100644
--- a/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
+++ b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
@@ -120,8 +120,6 @@ class PLATFORM_EXPORT V8PerIsolateData {
StringCache* GetStringCache() { return string_cache_.get(); }
- v8::Persistent<v8::Value>& EnsureLiveRoot();
-
bool IsHandlingRecursionLevelError() const {
return is_handling_recursion_level_error_;
}
@@ -253,7 +251,6 @@ class PLATFORM_EXPORT V8PerIsolateData {
std::unique_ptr<StringCache> string_cache_;
std::unique_ptr<V8PrivateProperty> private_property_;
- ScopedPersistent<v8::Value> live_root_;
RefPtr<ScriptState> script_regexp_script_state_;
bool constructor_mode_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698