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