| 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;
|
| }
|
|
|
|
|