diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/WebInspectorProxy.cpp')
| -rw-r--r-- | Source/WebKit2/UIProcess/WebInspectorProxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/WebInspectorProxy.cpp b/Source/WebKit2/UIProcess/WebInspectorProxy.cpp index ab19d5d14..3c5c38005 100644 --- a/Source/WebKit2/UIProcess/WebInspectorProxy.cpp +++ b/Source/WebKit2/UIProcess/WebInspectorProxy.cpp @@ -80,7 +80,7 @@ WebInspectorProxy::WebInspectorProxy(WebPageProxy* page) , m_isProfilingPage(false) #if PLATFORM(WIN) , m_inspectorWindow(0) -#elif PLATFORM(GTK) +#elif PLATFORM(GTK) || PLATFORM(EFL) , m_inspectorView(0) , m_inspectorWindow(0) #endif |
