Title: [207158] trunk/Source/WebCore
- Revision
- 207158
- Author
- [email protected]
- Date
- 2016-10-11 12:52:25 -0700 (Tue, 11 Oct 2016)
Log Message
Fix the iOS build.
* bindings/js/JSDOMConvert.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (207157 => 207158)
--- trunk/Source/WebCore/ChangeLog 2016-10-11 19:40:43 UTC (rev 207157)
+++ trunk/Source/WebCore/ChangeLog 2016-10-11 19:52:25 UTC (rev 207158)
@@ -1,3 +1,9 @@
+2016-10-11 Sam Weinig <[email protected]>
+
+ Fix the iOS build.
+
+ * bindings/js/JSDOMConvert.h:
+
2016-10-11 Daniel Bates <[email protected]>
[iOS] Sandbox QuickLook previews
Modified: trunk/Source/WebCore/bindings/js/JSDOMConvert.h (207157 => 207158)
--- trunk/Source/WebCore/bindings/js/JSDOMConvert.h 2016-10-11 19:40:43 UTC (rev 207157)
+++ trunk/Source/WebCore/bindings/js/JSDOMConvert.h 2016-10-11 19:52:25 UTC (rev 207158)
@@ -107,6 +107,7 @@
// MARK: Interface type
template<typename T> struct Converter<IDLInterface<T>> : DefaultConverter<IDLInterface<T>> {
+ using ReturnType = T*;
using WrapperType = typename JSDOMWrapperConverterTraits<T>::WrapperClass;
static T* convert(JSC::ExecState& state, JSC::JSValue value)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes