| Index: Source/WebCore/inspector/InspectorPageAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorPageAgent.h b/Source/WebCore/inspector/InspectorPageAgent.h
|
| index ba5511681176e5a55691e1084c475a317a2e49b6..0f0fff9ecfb8ddbbfbaf6679aa162d1e893d89c0 100644
|
| --- a/Source/WebCore/inspector/InspectorPageAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorPageAgent.h
|
| @@ -177,9 +177,7 @@ private:
|
| InspectorPageAgent(InstrumentingAgents*, Page*, InspectorAgent*, InspectorCompositeState*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
|
| bool deviceMetricsChanged(int width, int height, double fontScaleFactor, bool fitWindow);
|
| void updateViewMetrics(int, int, double, bool);
|
| -#if ENABLE(TOUCH_EVENTS)
|
| void updateTouchEventEmulationInPage(bool);
|
| -#endif
|
|
|
| static bool mainResourceContent(Frame*, bool withBase64Encode, String* result);
|
| static bool dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result);
|
|
|