| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
 | 
| index 27358c448a660a1662120285bdeba9022cab24b5..4a2315151973bcc39fb4082b6d4a8cb3f60d25b3 100644
 | 
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
 | 
| @@ -213,7 +213,7 @@ void V8ProfilerAgentImpl::clearFrontend()
 | 
|  void V8ProfilerAgentImpl::restore()
 | 
|  {
 | 
|      m_enabled = true;
 | 
| -    long interval = 0;
 | 
| +    int interval = 0;
 | 
|      m_state->getNumber(ProfilerAgentState::samplingInterval, &interval);
 | 
|      if (interval)
 | 
|          m_isolate->GetCpuProfiler()->SetSamplingInterval(interval);
 | 
| 
 |