Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@xamarin.com>2015-04-20 19:07:51 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2015-04-20 19:07:51 +0300
commit95408b1a41b31b645f3a8c3323ab7d3ca4bff26b (patch)
treef8f137cddcb9a40499d303be95722fd2c6081bce /main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs
parentb70e4e04b4e41b8ec28d7e4b220b401ecf467e7a (diff)
parentde043d330a8bf5855d4d983c804cd36727cb2406 (diff)
Merge remote-tracking branch 'origin/roslyn' into new-project-model
Diffstat (limited to 'main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs')
-rw-r--r--main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs b/main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs
index 675a854916..a35a720a36 100644
--- a/main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs
+++ b/main/src/addins/AspNet/WebForms/Dom/WebFormsServerComment.cs
@@ -25,19 +25,18 @@
// THE SOFTWARE.
-using ICSharpCode.NRefactory;
-using ICSharpCode.NRefactory.TypeSystem;
using MonoDevelop.Xml.Dom;
+using MonoDevelop.Ide.Editor;
namespace MonoDevelop.AspNet.WebForms.Dom
{
public class WebFormsServerComment : XNode
{
- public WebFormsServerComment (DomRegion region) : base (region)
+ public WebFormsServerComment (DocumentRegion region) : base (region)
{
}
- public WebFormsServerComment (TextLocation start) : base (start)
+ public WebFormsServerComment (DocumentLocation start) : base (start)
{
}