| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index 9fcb4475f2e3ad636b99e826587818b90e6c42c0..5507d0fc77b85b33b8faa2def2a39ba21cc2cb16 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -69,7 +69,7 @@ public:
|
| String getSelectionForegroundColor();
|
|
|
| bool isUnderTest();
|
| - bool isStub();
|
| + bool isHostedMode();
|
|
|
| Page* frontendPage() { return m_frontendPage; }
|
|
|
|
|