https://bugs.webkit.org/show_bug.cgi?id=149508
<rdar://problem/
22517968>
Reviewed by Dan Bernstein.
* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190182
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-09-23 Andy Estes <aestes@apple.com>
+
+ Disable QuickLook on watchOS
+ https://bugs.webkit.org/show_bug.cgi?id=149508
+ <rdar://problem/22517968>
+
+ Reviewed by Dan Bernstein.
+
+ * wtf/Platform.h:
+
2015-09-22 Andy Estes <aestes@apple.com>
Disable QuickLook on tvOS
#define USE_UIKIT_EDITING 1
#define USE_WEB_THREAD 1
-#if !PLATFORM(APPLETV)
+#if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
#define USE_QUICK_LOOK 1
#endif