Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index fa5143869b51e0ca7e1f16de54df4a775a55b40b..1c9143f05fc80f6143a3a14c1ad0e79f027d1297 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -213,7 +213,7 @@ private: |
bool v8AsyncTaskEventsEnabled() const final; |
void didReceiveV8AsyncTaskEvent(ExecutionContext*, const String& eventType, const String& eventName, int id) final; |
bool v8PromiseEventsEnabled() const final; |
- void didReceiveV8PromiseEvent(ScriptState*, v8::Handle<v8::Object> promise, v8::Handle<v8::Value> parentPromise, int status) final; |
+ void didReceiveV8PromiseEvent(ScriptState*, v8::Local<v8::Object> promise, v8::Local<v8::Value> parentPromise, int status) final; |
void setPauseOnExceptionsImpl(ErrorString*, int); |