| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 308a37034f43f9028c75073f2c7084b643fc4645..703743015c38ea01db671d3137446c31115725cd 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -212,6 +212,8 @@ protected:
|
| void resetModifiedSources();
|
|
|
| private:
|
| + bool checkEnabled(ErrorString*);
|
| +
|
| SkipPauseRequest shouldSkipExceptionPause();
|
| SkipPauseRequest shouldSkipStepPause();
|
|
|
|
|