Chromium Code Reviews| Index: Source/core/frame/LocalFrame.h |
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
| index 6a3e0d0471d93cd0af097ab388a79e57ceba02c9..90815a56781898a23552913519ef96d77b1a7f8d 100644 |
| --- a/Source/core/frame/LocalFrame.h |
| +++ b/Source/core/frame/LocalFrame.h |
| @@ -77,6 +77,8 @@ namespace blink { |
| virtual ~LocalFrame(); |
| + virtual void detach() OVERRIDE; |
| + |
| void addDestructionObserver(FrameDestructionObserver*); |
| void removeDestructionObserver(FrameDestructionObserver*); |