| Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
| index d8b07299c39035eedcf7f8ee5f87fc51ea33a437..52daef3ca954ed2730d3f823d2ee233cfd58646b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
| @@ -243,6 +243,7 @@ v8::Local<v8::FunctionTemplate> V8PerIsolateData::findOrCreateOperationTemplate(
|
| return result->value.Get(isolate());
|
|
|
| v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(isolate(), callback, data, signature, length);
|
| + templ->RemovePrototype();
|
| map.add(key, v8::Eternal<v8::FunctionTemplate>(isolate(), templ));
|
| return templ;
|
| }
|
|
|