diff options
Diffstat (limited to 'editor/libeditor/HTMLEditUtils.cpp')
-rw-r--r-- | editor/libeditor/HTMLEditUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/HTMLEditUtils.cpp b/editor/libeditor/HTMLEditUtils.cpp index 8c3d09c1e2..c2cbbe6157 100644 --- a/editor/libeditor/HTMLEditUtils.cpp +++ b/editor/libeditor/HTMLEditUtils.cpp @@ -538,7 +538,7 @@ bool HTMLEditUtils::IsLink(const nsINode* aNode) { return false; } - nsAutoString tmpText; + nsAutoCString tmpText; anchor->GetHref(tmpText); return !tmpText.IsEmpty(); } |