| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 3839abb2e6ecbb96c20c432a0345c278a330369e..07993bc31452676f69552e82537231a09477ac1e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -43,7 +43,7 @@ public:
|
| void allAsyncTasksCanceled();
|
| void asyncTaskStarted(void* task);
|
| void asyncTaskFinished(void* task);
|
| - unsigned promiseRejected(v8::Local<v8::Context>, const String16& errorMessage, v8::Local<v8::Value> exception, std::unique_ptr<SourceLocation>);
|
| + unsigned promiseRejected(v8::Local<v8::Context>, const String& errorMessage, v8::Local<v8::Value> exception, std::unique_ptr<SourceLocation>);
|
| void promiseRejectionRevoked(v8::Local<v8::Context>, unsigned promiseRejectionId);
|
|
|
| protected:
|
|
|