| 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_;
|
|
|