| Index: Source/core/inspector/InspectorApplicationCacheAgent.h
|
| diff --git a/Source/core/inspector/InspectorApplicationCacheAgent.h b/Source/core/inspector/InspectorApplicationCacheAgent.h
|
| index 8b9866203c06eb48bf68951734d297d6070708f1..2375773806dde8ccaf8ace83f1fdad2d104d313d 100644
|
| --- a/Source/core/inspector/InspectorApplicationCacheAgent.h
|
| +++ b/Source/core/inspector/InspectorApplicationCacheAgent.h
|
| @@ -57,7 +57,7 @@
|
|
|
| // InspectorInstrumentation API
|
| void updateApplicationCacheStatus(LocalFrame*);
|
| - void networkStateChanged(LocalFrame*, bool online);
|
| + void networkStateChanged(bool online);
|
|
|
| // ApplicationCache API for InspectorFrontend
|
| virtual void enable(ErrorString*) override;
|
|
|