Commit 163a87b7 authored by Minjeong Kim's avatar Minjeong Kim Committed by Commit Bot

Fix typo in comment in RenderFrameObserver

Bug: None
Change-Id: I6b5211e7cdc4c82bb0982311daef940ff6e71e13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362492Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Reviewed-by: default avatarYuki Shiino <yukishiino@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801270}
parent e305a642
......@@ -698,6 +698,7 @@ Milutin Smiljanic <msmiljanic.gm@gmail.com>
Minchul Kang <tegongkang@gmail.com>
Minggang Wang <minggang.wang@intel.com>
Mingmin Xie <melvinxie@gmail.com>
Minjeong Kim <deoxyribonucleicacid150@gmail.com>
Minjeong Lee <apenr1234@gmail.com>
Minseok Koo <kei98301@gmail.com>
Minsoo Max Koo <msu.koo@samsung.com>
......
......@@ -56,7 +56,7 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
public IPC::Sender {
public:
// A subclass can use this to delete itself. If it does not, the subclass must
// always null-check each call to render_frame() becase the RenderFrame can
// always null-check each call to render_frame() because the RenderFrame can
// go away at any time.
virtual void OnDestruct() = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment