| Index: Source/platform/geometry/IntRect.h
|
| diff --git a/Source/platform/geometry/IntRect.h b/Source/platform/geometry/IntRect.h
|
| index 74fac68566830322e6df374f3f0bb5ad0c331123..2597c9a5949bf6f4caa46e992c96081646b9fdd4 100644
|
| --- a/Source/platform/geometry/IntRect.h
|
| +++ b/Source/platform/geometry/IntRect.h
|
| @@ -42,7 +42,7 @@ typedef struct CGRect CGRect;
|
| struct SkRect;
|
| struct SkIRect;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FloatRect;
|
| class LayoutRect;
|
| @@ -204,8 +204,8 @@ PLATFORM_EXPORT IntRect enclosingIntRect(const NSRect&);
|
| #endif
|
| #endif
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| -WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(WebCore::IntRect);
|
| +WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::IntRect);
|
|
|
| #endif // IntRect_h
|
|
|