| 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 59a3e9deac51863cb95f0c2538b1ef3ff96a0bac..38f5f24e2bb93822eaa63c9ce7c42198ac2e5778 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -2370,6 +2370,7 @@ unsigned Node::lengthOfContents() const
|
| return 0;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| v8::Local<v8::Object> Node::wrap(v8::Isolate* isolate, v8::Local<v8::Object> creationContext)
|
| {
|
| DCHECK(!DOMDataStore::containsWrapper(this, isolate));
|
|
|