| 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..b9fd253a54578e55006ef4fb5cf66e2af01ceaf2 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef V8GCForContextDispose_h
|
| #define V8GCForContextDispose_h
|
|
|
| +#include "bindings/core/v8/WindowProxy.h"
|
| #include "platform/Timer.h"
|
|
|
| namespace blink {
|
| @@ -40,7 +41,7 @@ class V8GCForContextDispose {
|
| WTF_MAKE_NONCOPYABLE(V8GCForContextDispose);
|
|
|
| public:
|
| - void NotifyContextDisposed(bool is_main_frame);
|
| + void NotifyContextDisposed(bool is_main_frame, WindowProxy::FrameReuseStatus);
|
| void NotifyIdle();
|
|
|
| static V8GCForContextDispose& Instance();
|
|
|