From 71a0ddc289ee36f3d5cf2841ce769de9217d94e0 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 12 Aug 2009 11:09:13 +0100 Subject: Merge r47029: Resolve merge conflicts in JavaScriptCore and WebCore/bindings. --- WebCore/bindings/js/ScriptObject.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'WebCore/bindings/js') diff --git a/WebCore/bindings/js/ScriptObject.cpp b/WebCore/bindings/js/ScriptObject.cpp index c5fa399..ea4363e 100644 --- a/WebCore/bindings/js/ScriptObject.cpp +++ b/WebCore/bindings/js/ScriptObject.cpp @@ -32,14 +32,10 @@ #include "ScriptObject.h" #include "JSDOMBinding.h" -#ifdef MANUAL_MERGE_REQUIRED #if ENABLE(JAVASCRIPT_DEBUGGER) -#include "JSInspectorController.h" -#endif -#else // MANUAL_MERGE_REQUIRED #include "JSInspectorBackend.h" -#endif // MANUAL_MERGE_REQUIRED +#endif #include @@ -131,12 +127,9 @@ bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, const S return handleException(scriptState); } -#ifdef MANUAL_MERGE_REQUIRED #if ENABLE(JAVASCRIPT_DEBUGGER) -bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, InspectorController* value) -#else // MANUAL_MERGE_REQUIRED bool ScriptGlobalObject::set(ScriptState* scriptState, const char* name, InspectorBackend* value) -#endif // MANUAL_MERGE_REQUIRED +#endif { JSLock lock(SilenceAssertionsOnly); JSDOMGlobalObject* globalObject = static_cast(scriptState->lexicalGlobalObject()); -- cgit v1.1