| Index: third_party/WebKit/Source/core/frame/DOMWindowTimers.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindowTimers.h b/third_party/WebKit/Source/core/frame/DOMWindowTimers.h
|
| index db74ddc9dfff78db12c158b2573e92169e29592f..8bf1ae699bb3c3a7aed425b502214ede3b222646 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindowTimers.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindowTimers.h
|
| @@ -65,7 +65,7 @@ int setInterval(ScriptState*,
|
| const Vector<ScriptValue>&);
|
| void clearTimeout(EventTarget&, int timeout_id);
|
| void clearInterval(EventTarget&, int timeout_id);
|
| -}
|
| +} // namespace DOMWindowTimers
|
|
|
| } // namespace blink
|
|
|
|
|