diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_proxy.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_proxy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.h b/webkit/port/bindings/v8/v8_proxy.h index 772489f..2054035 100644 --- a/webkit/port/bindings/v8/v8_proxy.h +++ b/webkit/port/bindings/v8/v8_proxy.h @@ -6,6 +6,7 @@ #define V8_PROXY_H__ #include <v8.h> +#include "dom_wrapper_map.h" #include "v8_index.h" #include "v8_custom.h" #include "v8_utility.h" @@ -142,6 +143,10 @@ void BatchConfigureConstants(v8::Handle<v8::FunctionTemplate> desc, const BatchedConstant* consts, size_t num_consts); +DOMWrapperMap<void>& GetDOMObjectMap(); + +const int kMaxRecursionDepth = 20; + class V8Proxy { public: // The types of javascript errors that can be thrown. |