| Index: Source/WebCore/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/WebCore/inspector/InspectorInstrumentation.h b/Source/WebCore/inspector/InspectorInstrumentation.h
|
| index b735b1d7daf81f16dc8c9e27b0a6d744fb52cb6a..b99a6f41c35b8d02bd0a10b9e57fe27dbab39c37 100644
|
| --- a/Source/WebCore/inspector/InspectorInstrumentation.h
|
| +++ b/Source/WebCore/inspector/InspectorInstrumentation.h
|
| @@ -251,9 +251,7 @@ public:
|
| static String getCurrentUserInitiatedProfileName(Page*, bool incrementProfileNumber);
|
| static bool profilerEnabled(Page*);
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| static void didOpenDatabase(ScriptExecutionContext*, PassRefPtr<Database>, const String& domain, const String& name, const String& version);
|
| -#endif
|
|
|
| static void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Page*);
|
|
|
| @@ -437,9 +435,7 @@ private:
|
| static String getCurrentUserInitiatedProfileNameImpl(InstrumentingAgents*, bool incrementProfileNumber);
|
| static bool profilerEnabledImpl(InstrumentingAgents*);
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| static void didOpenDatabaseImpl(InstrumentingAgents*, PassRefPtr<Database>, const String& domain, const String& name, const String& version);
|
| -#endif
|
|
|
| static void didDispatchDOMStorageEventImpl(InstrumentingAgents*, const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Page*);
|
|
|
|
|