diff options
Diffstat (limited to 'WebCore/dom/ScriptExecutionContext.h')
-rw-r--r-- | WebCore/dom/ScriptExecutionContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/dom/ScriptExecutionContext.h b/WebCore/dom/ScriptExecutionContext.h index 3f8febc..bb78b6f 100644 --- a/WebCore/dom/ScriptExecutionContext.h +++ b/WebCore/dom/ScriptExecutionContext.h @@ -44,7 +44,9 @@ namespace WebCore { class String; enum MessageDestination { +#if ENABLE(INSPECTOR) InspectorControllerDestination, +#endif ConsoleDestination, }; |