Title: [194159] trunk/Source/WebCore
- Revision
- 194159
- Author
- [email protected]
- Date
- 2015-12-16 10:38:26 -0800 (Wed, 16 Dec 2015)
Log Message
Build fix after r194156.
* platform/network/cf/ResourceHandleCFNet.cpp:
* platform/network/mac/ResourceHandleMac.mm:
Include definition of _TimingDataOptionsEnableW3CNavigationTiming
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (194158 => 194159)
--- trunk/Source/WebCore/ChangeLog 2015-12-16 18:36:20 UTC (rev 194158)
+++ trunk/Source/WebCore/ChangeLog 2015-12-16 18:38:26 UTC (rev 194159)
@@ -1,5 +1,13 @@
2015-12-16 Alex Christensen <[email protected]>
+ Build fix after r194156.
+
+ * platform/network/cf/ResourceHandleCFNet.cpp:
+ * platform/network/mac/ResourceHandleMac.mm:
+ Include definition of _TimingDataOptionsEnableW3CNavigationTiming
+
+2015-12-16 Alex Christensen <[email protected]>
+
Implement Web Timing when using NETWORK_SESSION
https://bugs.webkit.org/show_bug.cgi?id=152285
Modified: trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp (194158 => 194159)
--- trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp 2015-12-16 18:36:20 UTC (rev 194158)
+++ trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp 2015-12-16 18:38:26 UTC (rev 194159)
@@ -29,6 +29,7 @@
#include "AuthenticationCF.h"
#include "AuthenticationChallenge.h"
+#include "CFNetworkSPI.h"
#include "CredentialStorage.h"
#include "CachedResourceLoader.h"
#include "FormDataStreamCFNet.h"
Modified: trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm (194158 => 194159)
--- trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm 2015-12-16 18:36:20 UTC (rev 194158)
+++ trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm 2015-12-16 18:38:26 UTC (rev 194159)
@@ -29,6 +29,7 @@
#import "AuthenticationChallenge.h"
#import "AuthenticationMac.h"
#import "BlockExceptions.h"
+#import "CFNetworkSPI.h"
#import "CookieStorage.h"
#import "CredentialStorage.h"
#import "CachedResourceLoader.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes