Bug 1045081 - TextRange.cpp failed to compile on VS2013: error C2872. r=surkov

This commit is contained in:
Tetsuro Kato 2014-07-28 23:40:27 +09:00
parent 16ca0f0f2b
commit e8a5ff50ac

View File

@ -10,7 +10,8 @@
#include "HyperTextAccessible.h"
#include "nsAccUtils.h"
using namespace mozilla::a11y;
namespace mozilla {
namespace a11y {
////////////////////////////////////////////////////////////////////////////////
// TextPoint
@ -294,3 +295,6 @@ TextRange::MoveInternal(ETextUnit aUnit, int32_t aCount,
{
}
} // namespace a11y
} // namespace mozilla