| 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 7672a71aba34a0e8489ad8cd0e67a2818757525f..5d709e7367293085c003c595ad0c0f1b76dbdd35 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| @@ -111,9 +111,6 @@ public:
|
| v8::Local<v8::Context> ensureScriptRegexpContext();
|
| void clearScriptRegexpContext();
|
|
|
| - const char* previousSamplingState() const { return m_previousSamplingState; }
|
| - void setPreviousSamplingState(const char* name) { m_previousSamplingState = name; }
|
| -
|
| // EndOfScopeTasks are run by V8RecursionScope when control is returning
|
| // to C++ from script, after executing a script task (e.g. callback,
|
| // event) or microtasks (e.g. promise). This is explicitly needed for
|
| @@ -143,8 +140,6 @@ private:
|
| ScopedPersistent<v8::Value> m_liveRoot;
|
| RefPtr<ScriptState> m_scriptRegexpScriptState;
|
|
|
| - const char* m_previousSamplingState;
|
| -
|
| bool m_constructorMode;
|
| friend class ConstructorMode;
|
|
|
|
|