Changeset 215250 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Apr 11, 2017, 2:30:47 PM (8 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r215244 r215250 1 2017-04-11 Dean Jackson <[email protected]> 2 3 Disable outdated WritableStream API 4 https://bugs.webkit.org/show_bug.cgi?id=170749 5 <rdar://problem/31446233> 6 7 Reviewed by Tim Horton. 8 9 The API we implement is no longer accurate. Disable it until we 10 are compatible with the new specification 11 12 * Configurations/FeatureDefines.xcconfig: 13 1 14 2017-04-11 Yusuke Suzuki <[email protected]> 2 15 -
trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r215219 r215250 200 200 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 201 201 202 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;202 ENABLE_WRITABLE_STREAM_API = ; 203 203 204 204 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Note:
See TracChangeset
for help on using the changeset viewer.