RESOLVED FIXED145345
Remove unused definitions of WEBKIT_VERSION_MIN_REQUIRED
https://bugs.webkit.org/show_bug.cgi?id=145345
Summary Remove unused definitions of WEBKIT_VERSION_MIN_REQUIRED
mitz
Reported 2015-05-23 09:49:55 PDT
Remove unused definitions of WEBKIT_VERSION_MIN_REQUIRED
Attachments
Don’t define WEBKIT_VERSION_MIN_REQUIRED (13.14 KB, patch)
2015-05-23 09:52 PDT, mitz
sam: review+
mitz
Comment 1 2015-05-23 09:52:53 PDT
Created attachment 253647 [details] Don’t define WEBKIT_VERSION_MIN_REQUIRED
Sam Weinig
Comment 2 2015-05-24 12:26:55 PDT
Comment on attachment 253647 [details] Don’t define WEBKIT_VERSION_MIN_REQUIRED View in context: https://bugs.webkit.org/attachment.cgi?id=253647&action=review I would note replacing $(GCC_PREPROCESSOR_DEFINITIONS) with $(inherited) in the ChangeLogs. > Source/JavaScriptCore/Configurations/Base.xcconfig:59 > GCC_PRECOMPILE_PREFIX_HEADER = YES; > -GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST HAVE_HEADER_DETECTION_H JSC_OBJC_API_AVAILABLE_MAC_OS_X_1080 $(FEATURE_DEFINES) $(GCC_PREPROCESSOR_DEFINITIONS); > +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_HEADER_DETECTION_H JSC_OBJC_API_AVAILABLE_MAC_OS_X_1080 $(FEATURE_DEFINES) $(GCC_PREPROCESSOR_DEFINITIONS); Add back $(DEBUG_DEFINES) and replace $(GCC_PREPROCESSOR_DEFINITIONS) with $(inherited).
mitz
Comment 3 2015-05-24 12:31:15 PDT
Note You need to log in before you can comment on or make changes to this bug.