| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 9f6157a9194838927cfec04abac7fc53b9a4e848..7495f1993a5a0bc4b80218d8afcdc127cbddab9a 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -341,7 +341,10 @@ private:
|
|
|
| Page* page();
|
|
|
| + // FrameDestructionObserver
|
| +#if !ENABLE(OILPAN)
|
| virtual void frameDestroyed() OVERRIDE;
|
| +#endif
|
| virtual void willDetachFrameHost() OVERRIDE;
|
|
|
| void clearDocument();
|
|
|