| Index: Source/web/mac/WebSubstringUtil.mm
|
| diff --git a/Source/web/mac/WebSubstringUtil.mm b/Source/web/mac/WebSubstringUtil.mm
|
| index 6e50c37ca0a601fd9881533b4e003504817e1069..cee9f729cc38e7cc9a6363fe59f4c1e6d63bec52 100644
|
| --- a/Source/web/mac/WebSubstringUtil.mm
|
| +++ b/Source/web/mac/WebSubstringUtil.mm
|
| @@ -29,6 +29,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// Temporary hack to avoid breaking build during WebFrame -> WebLocalFrame transition.
|
| +#if __LP64__
|
| +#define NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES 1
|
| +#endif
|
| +
|
| #include "config.h"
|
| #include "WebSubstringUtil.h"
|
|
|
|
|