| Index: Source/WebCore/inspector/InspectorDatabaseInstrumentation.h
|
| diff --git a/Source/WebCore/inspector/InspectorDatabaseInstrumentation.h b/Source/WebCore/inspector/InspectorDatabaseInstrumentation.h
|
| index 9e887abad2fe03ba9637950c49a9f7b13dd2e0ae..783bf26eaa6168a0bbce825cf0585b949cd38dae 100644
|
| --- a/Source/WebCore/inspector/InspectorDatabaseInstrumentation.h
|
| +++ b/Source/WebCore/inspector/InspectorDatabaseInstrumentation.h
|
| @@ -38,13 +38,11 @@
|
|
|
| namespace WebCore {
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| inline void InspectorInstrumentation::didOpenDatabase(ScriptExecutionContext* context, PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
|
| {
|
| if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsForContext(context))
|
| didOpenDatabaseImpl(instrumentingAgents, database, domain, name, version);
|
| }
|
| -#endif
|
|
|
| } // namespace WebCore
|
|
|
|
|