| Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| index 0b639f9485c3cfb1f751417821cbf0012e0544d8..99c6fc752ba663586dc0782d893b60dd63558d33 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| @@ -31,7 +31,6 @@
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| -#include "bindings/core/v8/V8HiddenValue.h"
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| #include "core/CoreExport.h"
|
| #include "gin/public/isolate_holder.h"
|
| @@ -132,7 +131,6 @@ class CORE_EXPORT V8PerIsolateData {
|
|
|
| bool isUseCounterDisabled() const { return m_useCounterDisabled; }
|
|
|
| - V8HiddenValue* hiddenValue() { return m_hiddenValue.get(); }
|
| V8PrivateProperty* privateProperty() { return m_privateProperty.get(); }
|
|
|
| // Accessors to the cache of interface templates.
|
| @@ -251,7 +249,6 @@ class CORE_EXPORT V8PerIsolateData {
|
| HashMap<const void*, Vector<v8::Eternal<v8::Name>>> m_eternalNameCache;
|
|
|
| std::unique_ptr<StringCache> m_stringCache;
|
| - std::unique_ptr<V8HiddenValue> m_hiddenValue;
|
| std::unique_ptr<V8PrivateProperty> m_privateProperty;
|
| ScopedPersistent<v8::Value> m_liveRoot;
|
| RefPtr<ScriptState> m_scriptRegexpScriptState;
|
|
|