| Index: third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| index f3ccf53cbb172719dd85f67341a0073584110bd3..1d7f4ec82f52333391b6b8ad736c5e233fa8389b 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| @@ -117,6 +117,6 @@ PassOwnPtr<ExecutionContextTask> createSameThreadTask(
|
| return internal::CallClosureTask::create(bind(function, parameters...), true);
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| #endif
|
|
|