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

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

Issue 208333020: [Mac] Rely on science, not chance, to get the proper definition of the macro (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « Source/platform/geometry/IntSize.h ('k') | 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 cee9f729cc38e7cc9a6363fe59f4c1e6d63bec52..6e50c37ca0a601fd9881533b4e003504817e1069 100644
--- a/Source/web/mac/WebSubstringUtil.mm
+++ b/Source/web/mac/WebSubstringUtil.mm
@@ -29,11 +29,6 @@
* 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 | « Source/platform/geometry/IntSize.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698