| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index f15a1bc7ba703627b1f53c30a62fe8fa7f2ac359..b9343e10f752c33ddfd19bb11a1e55b010b61c02 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -613,8 +613,7 @@ namespace WebCore {
|
| // If the current context causes out of memory, JavaScript setting
|
| // is disabled and it returns true.
|
| bool handleOutOfMemory();
|
| - // FIXME: This should receive an Isolate.
|
| - v8::Local<v8::Value> handleMaxRecursionDepthExceeded();
|
| + v8::Local<v8::Value> handleMaxRecursionDepthExceeded(v8::Isolate*);
|
|
|
| void crashIfV8IsDead();
|
|
|
|
|