| Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| index 83489da462bf6461d0b4a808f18e1beda20afc61..bd5fb8cd296fe175832fe855974b7853781f6539 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| @@ -15,7 +15,7 @@ class InspectedContext;
|
| // https://console.spec.whatwg.org/#console-interface
|
| class V8Console {
|
| public:
|
| - static v8::MaybeLocal<v8::Object> createConsole(InspectedContext*, bool hasMemoryAttribute);
|
| + static v8::Local<v8::Object> createConsole(InspectedContext*, bool hasMemoryAttribute);
|
| static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*);
|
| static void clearInspectedContextIfNeeded(v8::Local<v8::Context>, v8::Local<v8::Object> console);
|
|
|
|
|