| Index: third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h b/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| index 2682234139eb4419da69eee544aa5de26bec1748..206580d51dcc1206909c5a07f2b79fa99c9b70b0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| @@ -54,11 +54,6 @@ class TraceWrapperV8Reference {
|
| void clear() { m_handle.Reset(); }
|
| ALWAYS_INLINE v8::Persistent<T>& get() { return m_handle; }
|
|
|
| - void setReference(const v8::Persistent<v8::Object>& parent,
|
| - v8::Isolate* isolate) {
|
| - isolate->SetReference(parent, m_handle);
|
| - }
|
| -
|
| template <typename S>
|
| const TraceWrapperV8Reference<S>& cast() const {
|
| return reinterpret_cast<const TraceWrapperV8Reference<S>&>(
|
|
|