mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 92d77538 (#369907)
This commit is contained in:
committed by
Marshall Greenblatt
parent
d6fa9ed3e3
commit
70ab57ab23
@@ -1,10 +1,10 @@
|
||||
diff --git message_loop.cc message_loop.cc
|
||||
index cfa86d9..6775c3d 100644
|
||||
index e84765a..560bd39 100644
|
||||
--- message_loop.cc
|
||||
+++ message_loop.cc
|
||||
@@ -137,12 +137,6 @@ MessageLoop::~MessageLoop() {
|
||||
// bound to a thread.
|
||||
DCHECK(current() == this || !current());
|
||||
@@ -139,12 +139,6 @@ MessageLoop::~MessageLoop() {
|
||||
// may be current.
|
||||
DCHECK((pump_ && current() == this) || (!pump_ && current() != this));
|
||||
|
||||
- // iOS just attaches to the loop, it doesn't Run it.
|
||||
- // TODO(stuartmorgan): Consider wiring up a Detach().
|
||||
|
Reference in New Issue
Block a user