| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index cd22c63aa26b6f529db382d7932677f4d6b4ae2b..b4ee0cbb5a3e06d6388bcb53dae0380fec6bf922 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -82,6 +82,8 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| NON_EXPORTED_BASE(public WebLocalFrame) {
|
| public:
|
| // WebFrame methods:
|
| + // TODO(dcheng): Fix sorting here; a number of method have been moved to
|
| + // WebLocalFrame but not correctly updated here.
|
| void close() override;
|
| WebString uniqueName() const override;
|
| WebString assignedName() const override;
|
|
|