| Index: third_party/WebKit/Source/core/frame/FrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameClient.h b/third_party/WebKit/Source/core/frame/FrameClient.h
|
| index 6b8af790c8ce16d5279bb7e4722ad5993f030bcd..2beff90421ac463447383fb2ff6e89da4dc9108d 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameClient.h
|
| @@ -18,7 +18,7 @@ class CORE_EXPORT FrameClient : public GarbageCollectedFinalized<FrameClient> {
|
| public:
|
| virtual bool inShadowTree() const = 0;
|
|
|
| - // TODO(dcheng): Move this into FrameLoaderClient, since remote frames don't
|
| + // TODO(dcheng): Move this into LocalFrameClient, since remote frames don't
|
| // need this.
|
| virtual void willBeDetached() = 0;
|
| virtual void detached(FrameDetachType) = 0;
|
|
|