| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index e2b159cd43a991ddeb0796b68b9614a6ddb95d2b..a609906f54f55e40c6df7698d142c807f7af6173 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -103,10 +103,6 @@ class CORE_EXPORT FrameLoader final {
|
| // won't in any way access the LocalFrame after stopAllLoaders returns.
|
| void StopAllLoaders();
|
|
|
| - // FIXME: clear() is trying to do too many things. We should break it down
|
| - // into smaller functions.
|
| - void Clear();
|
| -
|
| void ReplaceDocumentWhileExecutingJavaScriptURL(const String& source,
|
| Document* owner_document);
|
|
|
|
|