| Index: third_party/WebKit/Source/web/WebFrameImplBase.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameImplBase.h b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| index 85734be61a34bd59cc6e2942a9a787bd0b3ab776..0e6b304df4af78b3fe922e2310bb7baa709986a5 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| @@ -37,7 +37,8 @@ class WEB_EXPORT WebFrameImplBase
|
| FrameOwner*,
|
| const AtomicString& name,
|
| const AtomicString& uniqueName) = 0;
|
| - // TODO(dcheng): Rename this to coreFrame()? This probably also shouldn't be const...
|
| + // TODO(dcheng): Rename this to coreFrame()? This probably also shouldn't be
|
| + // const...
|
| virtual Frame* frame() const = 0;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|