Index: Source/platform/CheckedInt.h |
diff --git a/Source/platform/CheckedInt.h b/Source/platform/CheckedInt.h |
index 09a8af1eef096c4f438ae6dab95e43fef97df389..67f8a1e9da3488c0554818d1321fa16e618b87f9 100644 |
--- a/Source/platform/CheckedInt.h |
+++ b/Source/platform/CheckedInt.h |
@@ -10,7 +10,7 @@ |
// 1) Comment out #define MOZ_CHECKEDINT_ENABLE_MOZ_ASSERTS |
// 2) Comment out #include "mozilla/StandardInteger.h" |
// 3) Define MOZ_DELETE |
-// 4) Change namespace mozilla to namespace WebCore |
+// 4) Change namespace mozilla to namespace blink |
#ifndef mozilla_CheckedInt_h_ |
#define mozilla_CheckedInt_h_ |
@@ -47,7 +47,7 @@ |
#include <climits> |
-namespace WebCore { |
+namespace blink { |
namespace detail { |
@@ -813,6 +813,6 @@ typedef CheckedInt<uint32_t> CheckedUint32; |
typedef CheckedInt<int64_t> CheckedInt64; |
typedef CheckedInt<uint64_t> CheckedUint64; |
-} // namespace WebCore |
+} // namespace blink |
#endif /* mozilla_CheckedInt_h_ */ |