Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1040)

Unified Diff: third_party/WebKit/Source/core/dom/SuspendableObject.cpp

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/SuspendableObject.cpp
diff --git a/third_party/WebKit/Source/core/dom/SuspendableObject.cpp b/third_party/WebKit/Source/core/dom/SuspendableObject.cpp
index e2f9b863ad86709a25cf472818027223f0047b98..43e6d9cf0e92e9dfffdb4daa468f0f4356c2b8f6 100644
--- a/third_party/WebKit/Source/core/dom/SuspendableObject.cpp
+++ b/third_party/WebKit/Source/core/dom/SuspendableObject.cpp
@@ -70,7 +70,7 @@ void SuspendableObject::didMoveToNewExecutionContext(
setContext(context);
if (context->isContextDestroyed()) {
- contextDestroyed();
+ contextDestroyed(context);
return;
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/SuspendableObject.h ('k') | third_party/WebKit/Source/core/dom/SuspendableObjectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698