| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| index 3e43ab9a2cdfde7ace72af058c7a6780a1ebdf75..5feed2b53378580d95ed3c82e61b9a35f98fa700 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| @@ -72,7 +72,7 @@ void ThreadDebugger::beginUserGesture()
|
|
|
| void ThreadDebugger::endUserGesture()
|
| {
|
| - m_userGestureIndicator.clear();
|
| + m_userGestureIndicator.reset();
|
| }
|
|
|
| String16 ThreadDebugger::valueSubtype(v8::Local<v8::Value> value)
|
|
|