| Index: third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
|
| index de0aec529b3e32acc1a2c9adcc949d322ebc971a..28372369204172e0eb42d01da04bc7d45640a761 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
|
| @@ -40,7 +40,7 @@ class V8GCForContextDispose {
|
| WTF_MAKE_NONCOPYABLE(V8GCForContextDispose);
|
|
|
| public:
|
| - void NotifyContextDisposed(bool is_main_frame);
|
| + void NotifyContextDisposed(bool is_main_frame, bool reusing_frame);
|
| void NotifyIdle();
|
|
|
| static V8GCForContextDispose& Instance();
|
|
|