| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index a1b6cb6a1a4ae331af98e9d99226d137f7914721..95907c82e8c937cda4b2c23a82ba8fd731a2d5eb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -2380,7 +2380,6 @@ v8::Local<v8::Object> Node::wrap(v8::Isolate* isolate, v8::Local<v8::Object> cre
|
|
|
| v8::Local<v8::Object> wrapper = V8DOMWrapper::createWrapper(isolate, creationContext, wrapperType);
|
| DCHECK(!wrapper.IsEmpty());
|
| - wrapperType->installConditionallyEnabledProperties(wrapper, isolate);
|
| return associateWithWrapper(isolate, wrapperType, wrapper);
|
| }
|
|
|
|
|