| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| index 38e37fc40b28a9a0dc2e6bc957d9932d3242e187..aea47c0cf332d708d058be6285ca3a0787313ab7 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -162,7 +162,7 @@ private:
|
| bool canAccessInspectedWindow() const;
|
| v8::Local<v8::Value> v8Value() const;
|
| v8::MaybeLocal<v8::Value> wrapValue(ErrorString*, v8::Local<v8::Value>, const String16& groupName, bool forceValueType, bool generatePreview) const;
|
| - v8::MaybeLocal<v8::Object> commandLineAPI(ErrorString*);
|
| + v8::Local<v8::Object> commandLineAPI();
|
|
|
| InspectedContext* m_context;
|
| v8::Global<v8::Value> m_value;
|
|
|