| Index: third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| index 1743e3cc2d251b3d72fc88d68a207936eb42e48a..87d977156751d3f4edeeadf7aa0a8acf9aea7979 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| @@ -5,6 +5,7 @@
|
| #include "bindings/core/v8/ScriptWrappableVisitor.h"
|
|
|
| #include "bindings/core/v8/ToV8.h"
|
| +#include "bindings/core/v8/TraceWrapperV8Reference.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| @@ -299,7 +300,6 @@ class HandleContainer
|
|
|
| void setValue(v8::Isolate* isolate, v8::Local<v8::String> string) {
|
| m_handle.set(isolate, string);
|
| - m_handle.setPhantom();
|
| }
|
|
|
| private:
|
|
|