Index: third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
index da0c178f4c7ffc047f69472b81528e5e34bdb282..5d3fc23ff740550c2f1ceaaf753d2c7ebfdeeec7 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
@@ -73,6 +73,7 @@ class V8DOMWrapper { |
v8::Local<v8::Object>, |
const WrapperTypeInfo*, |
ScriptWrappable*); |
+ static void clearNativeInfo(v8::Isolate*, v8::Local<v8::Object>); |
// hasInternalFieldsSet only checks if the value has the internal fields for |
// wrapper obejct and type, and does not check if it's valid or not. The |
// value may not be a Blink's wrapper object. In order to make sure of it, |