summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorController.h')
-rw-r--r--WebCore/inspector/InspectorController.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/inspector/InspectorController.h b/WebCore/inspector/InspectorController.h
index 6c6fcfb..dcbfe38 100644
--- a/WebCore/inspector/InspectorController.h
+++ b/WebCore/inspector/InspectorController.h
@@ -64,11 +64,8 @@ class GraphicsContext;
class HitTestResult;
class InspectorClient;
class InspectorDOMAgent;
-<<<<<<< HEAD:WebCore/inspector/InspectorController.h
-=======
class InspectorFrontend;
class InspectorTimelineAgent;
->>>>>>> webkit.org at 49305:WebCore/inspector/InspectorController.h
class JavaScriptCallFrame;
class KURL;
class Node;
@@ -303,11 +300,7 @@ public:
private:
#if !PLATFORM(ANDROID)
friend class InspectorBackend;
-<<<<<<< HEAD:WebCore/inspector/InspectorController.h
#endif
-
-=======
->>>>>>> webkit.org at 49305:WebCore/inspector/InspectorController.h
// Following are used from InspectorBackend and internally.
void scriptObjectReady();
void moveWindowBy(float x, float y) const;
@@ -398,15 +391,12 @@ private:
#if !PLATFORM(ANDROID)
OwnPtr<InspectorFrontend> m_frontend;
RefPtr<InspectorBackend> m_inspectorBackend;
-<<<<<<< HEAD:WebCore/inspector/InspectorController.h
#endif
-=======
HashMap<String, ScriptValue> m_idToWrappedObject;
ObjectGroupsMap m_objectGroups;
long m_lastBoundObjectId;
Vector<pair<long, String> > m_pendingEvaluateTestCommands;
->>>>>>> webkit.org at 49305:WebCore/inspector/InspectorController.h
#if ENABLE(JAVASCRIPT_DEBUGGER)
bool m_debuggerEnabled;
bool m_attachDebuggerWhenShown;