Title: [167636] trunk/Source/WebCore
- Revision
- 167636
- Author
- [email protected]
- Date
- 2014-04-21 17:14:34 -0700 (Mon, 21 Apr 2014)
Log Message
Build fix for Mountain Lion.
* platform/mac/SerializedPlatformRepresentationMac.mm:
(WebCore::SerializedPlatformRepresentationMac::deserialize):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (167635 => 167636)
--- trunk/Source/WebCore/ChangeLog 2014-04-22 00:10:38 UTC (rev 167635)
+++ trunk/Source/WebCore/ChangeLog 2014-04-22 00:14:34 UTC (rev 167636)
@@ -1,3 +1,10 @@
+2014-04-21 Dean Jackson <[email protected]>
+
+ Build fix for Mountain Lion.
+
+ * platform/mac/SerializedPlatformRepresentationMac.mm:
+ (WebCore::SerializedPlatformRepresentationMac::deserialize):
+
2014-04-21 Dan Bernstein <[email protected]>
WebCore part of <rdar://problem/16631323> Page::setDefersLoading doesn’t do anything when using the Network process
Modified: trunk/Source/WebCore/platform/mac/SerializedPlatformRepresentationMac.mm (167635 => 167636)
--- trunk/Source/WebCore/platform/mac/SerializedPlatformRepresentationMac.mm 2014-04-22 00:10:38 UTC (rev 167635)
+++ trunk/Source/WebCore/platform/mac/SerializedPlatformRepresentationMac.mm 2014-04-22 00:14:34 UTC (rev 167636)
@@ -93,6 +93,7 @@
return toJS(exec, [serializedValue JSValueRef]);
#else
+ UNUSED_PARAM(exec);
return JSC::jsNull();
#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes