summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge')
-rw-r--r--WebCore/bridge/c/c_instance.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/bridge/c/c_instance.cpp b/WebCore/bridge/c/c_instance.cpp
index 7db19b6..81b33c8 100644
--- a/WebCore/bridge/c/c_instance.cpp
+++ b/WebCore/bridge/c/c_instance.cpp
@@ -121,13 +121,10 @@ JSValue CInstance::invokeMethod(ExecState* exec, const MethodList& methodList, c
convertValueToNPVariant(exec, args.at(i), &cArgs[i]);
// Invoke the 'C' method.
-<<<<<<< HEAD:WebCore/bridge/c/c_instance.cpp
#ifdef ANDROID_NPN_SETEXCEPTION
SetGlobalException(0);
#endif
-=======
bool retval = true;
->>>>>>> webkit.org at r50258.:WebCore/bridge/c/c_instance.cpp
NPVariant resultVariant;
VOID_TO_NPVARIANT(resultVariant);
@@ -166,13 +163,10 @@ JSValue CInstance::invokeDefaultMethod(ExecState* exec, const ArgList& args)
convertValueToNPVariant(exec, args.at(i), &cArgs[i]);
// Invoke the 'C' method.
-<<<<<<< HEAD:WebCore/bridge/c/c_instance.cpp
#ifdef ANDROID_NPN_SETEXCEPTION
SetGlobalException(0);
#endif
-=======
bool retval = true;
->>>>>>> webkit.org at r50258.:WebCore/bridge/c/c_instance.cpp
NPVariant resultVariant;
VOID_TO_NPVARIANT(resultVariant);
{