diff options
Diffstat (limited to 'WebCore/bindings/v8/V8DOMWrapper.h')
-rw-r--r-- | WebCore/bindings/v8/V8DOMWrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/V8DOMWrapper.h b/WebCore/bindings/v8/V8DOMWrapper.h index afac577..8a3fa3f 100644 --- a/WebCore/bindings/v8/V8DOMWrapper.h +++ b/WebCore/bindings/v8/V8DOMWrapper.h @@ -179,6 +179,8 @@ namespace WebCore { static void setJSWrapperForActiveDOMObject(void*, v8::Persistent<v8::Object>); static void setJSWrapperForDOMNode(Node*, v8::Persistent<v8::Object>); + static bool isValidDOMObject(v8::Handle<v8::Value>); + // Check whether a V8 value is a wrapper of type |classType|. static bool isWrapperOfType(v8::Handle<v8::Value>, V8ClassIndex::V8WrapperType); |