| Index: Source/WebCore/inspector/InspectorAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorAgent.h b/Source/WebCore/inspector/InspectorAgent.h
|
| index a0ee0f753ffefe878ee6bbdb9628befdd17f5527..5ad55d8cd593defb8413b5f585d39a01734bd2c8 100644
|
| --- a/Source/WebCore/inspector/InspectorAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorAgent.h
|
| @@ -94,9 +94,7 @@ private:
|
|
|
| void unbindAllResources();
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER)
|
| void toggleRecordButton(bool);
|
| -#endif
|
|
|
| bool isMainResourceLoader(DocumentLoader*, const KURL& requestUrl);
|
|
|
|
|