| Index: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| index 0f972e523e4fd99da7f2196b89124fbdf587c753..736c132681710aead859e353c42b01b4355ceadd 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| @@ -131,7 +131,8 @@ void ScheduledAction::execute(LocalFrame* frame) {
|
| ScriptSourceCode(m_code));
|
| }
|
|
|
| - // The frame might be invalid at this point because JavaScript could have released it.
|
| + // The frame might be invalid at this point because JavaScript could have
|
| + // released it.
|
| }
|
|
|
| void ScheduledAction::execute(WorkerGlobalScope* worker) {
|
|
|