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 587ec7d1f81841387cdb1b88c4989527e0dc3909..7f6d80cd22dc9f0e6bca1acec1cbc05b37d64ddf 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
@@ -40,7 +40,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); |
// V8InspectorClient implementation. |