Title: [172034] trunk/Source/WebKit2
Revision
172034
Author
[email protected]
Date
2014-08-05 10:03:25 -0700 (Tue, 05 Aug 2014)

Log Message

Build fix.

* UIProcess/WebContext.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (172033 => 172034)


--- trunk/Source/WebKit2/ChangeLog	2014-08-05 16:46:20 UTC (rev 172033)
+++ trunk/Source/WebKit2/ChangeLog	2014-08-05 17:03:25 UTC (rev 172034)
@@ -1,3 +1,9 @@
+2014-08-05  Alexey Proskuryakov  <[email protected]>
+
+        Build fix.
+
+        * UIProcess/WebContext.h:
+
 2014-08-05  Oliver Hunt  <[email protected]>
 
         SSO expects to be able to walk parent application's bundle

Modified: trunk/Source/WebKit2/UIProcess/WebContext.h (172033 => 172034)


--- trunk/Source/WebKit2/UIProcess/WebContext.h	2014-08-05 16:46:20 UTC (rev 172033)
+++ trunk/Source/WebKit2/UIProcess/WebContext.h	2014-08-05 17:03:25 UTC (rev 172034)
@@ -433,7 +433,7 @@
     String networkingHSTSDatabasePath() const;
     String platformDefaultNetworkingHSTSDatabasePath() const;
 
-#if PLTFORM(IOS)
+#if PLATFORM(IOS)
     String parentBundleDirectory() const;
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to