| Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| index 5a1b5ebe6dc8e4776791e07ca595afc7886b58e5..068b656dd60ca57195a6406d1409e0527bde9863 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| @@ -58,7 +58,7 @@ void SuspendableScriptExecutor::run()
|
| executeAndDestroySelf();
|
| return;
|
| }
|
| - startOneShot(0, FROM_HERE);
|
| + startOneShot(0, BLINK_FROM_HERE);
|
| suspendIfNeeded();
|
| }
|
|
|
|
|