| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index 0e5806e7ff337993ed7f80af2eea44f6c0c5982f..19b40ca462674d1d6fc8e1867c4c3212ffc20722 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -94,7 +94,7 @@ public:
|
| static ResourceType cachedResourceType(const Resource&);
|
| static String cachedResourceTypeJson(const Resource&);
|
|
|
| - // Page API for InspectorFrontend
|
| + // Page API for frontend
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
| void addScriptToEvaluateOnLoad(ErrorString*, const String& scriptSource, String* identifier) override;
|
|
|