summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/v8/V8Proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/v8/V8Proxy.h')
-rw-r--r--Source/WebCore/bindings/v8/V8Proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/v8/V8Proxy.h b/Source/WebCore/bindings/v8/V8Proxy.h
index 746d8f8..fc52b19 100644
--- a/Source/WebCore/bindings/v8/V8Proxy.h
+++ b/Source/WebCore/bindings/v8/V8Proxy.h
@@ -116,7 +116,7 @@ namespace WebCore {
const BatchedCallback*,
size_t callbackCount);
- const int kMaxRecursionDepth = 20;
+ const int kMaxRecursionDepth = 22;
// The list of extensions that are registered for use with V8.
typedef WTF::Vector<v8::Extension*> V8Extensions;