diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-07-17 13:57:45 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-07-19 13:44:40 +0000 |
commit | 6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch) | |
tree | b87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/ppapi/cpp | |
parent | ec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff) | |
download | qtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz |
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/ppapi/cpp')
-rw-r--r-- | chromium/ppapi/cpp/message_loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ppapi/cpp/message_loop.h b/chromium/ppapi/cpp/message_loop.h index 4df2dd72e36..c97fdf520aa 100644 --- a/chromium/ppapi/cpp/message_loop.h +++ b/chromium/ppapi/cpp/message_loop.h @@ -184,7 +184,7 @@ class MessageLoop : public Resource { /// The message loop identified by the argument must have been previously /// successfully attached to the current thread. /// - /// You may not run nested message loops. Since the main thread has an + /// You may not run nested run loops. Since the main thread has an /// implicit message loop that the system runs, you may not call Run on the /// main thread. /// |