Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: Source/web/mac/WebSubstringUtil.mm

Issue 209663002: Hack to fix Mac64 build break from r169638. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another approach Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698