* WebHttpElement.cs, WebScriptEnablingElement.cs : fix BehavirType. svn path=/trunk/mcs/; revision=143247
@@ -1,3 +1,7 @@
+2009-10-02 Atsushi Enomoto <[email protected]>
+
+ * WebHttpElement.cs, WebScriptEnablingElement.cs : fix BehavirType.
2008-02-20 Atsushi Enomoto <[email protected]>
* WebHttpBindingElement.cs : fix build.
@@ -69,7 +69,7 @@ namespace System.ServiceModel.Configuration
}
public override Type BehaviorType {
- get { return (Type) base [behavior_type]; }
+ get { return typeof (WebHttpBehavior); }
protected internal override object CreateBehavior ()
@@ -70,7 +70,7 @@ namespace System.ServiceModel.Configuration
// Properties
+ get { return typeof (WebScriptEnablingBehavior); }