| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 6f5d3d0f5e20b71a79f253ad168b0ac969f751d0..409c070cceda0a92bcde25a72ff8baa157c97224 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -90,6 +90,7 @@ public:
|
| void didExecuteScript();
|
|
|
| // InspectorBaseAgent overrides.
|
| + void setState(PassRefPtr<JSONObject>) override;
|
| void init() override;
|
| void setFrontend(InspectorFrontend*) override;
|
| void clearFrontend() override;
|
|
|