| Index: public/platform/WebPoint.h | 
| diff --git a/public/platform/WebPoint.h b/public/platform/WebPoint.h | 
| index 5a9da217ac081ea7ee3814a8147a2cdf3d160788..69aa601944d7a244d87bb201901223c4060ca1ca 100644 | 
| --- a/public/platform/WebPoint.h | 
| +++ b/public/platform/WebPoint.h | 
| @@ -33,7 +33,7 @@ | 
|  | 
| #include "WebCommon.h" | 
|  | 
| -#if WEBKIT_IMPLEMENTATION | 
| +#if INSIDE_WEBKIT | 
| #include "core/platform/graphics/IntPoint.h" | 
| #else | 
| #include <ui/gfx/point.h> | 
| @@ -57,7 +57,7 @@ struct WebPoint { | 
| { | 
| } | 
|  | 
| -#if WEBKIT_IMPLEMENTATION | 
| +#if INSIDE_WEBKIT | 
| WebPoint(const WebCore::IntPoint& p) | 
| : x(p.x()) | 
| , y(p.y()) | 
|  |