Title: [223674] branches/safari-604-branch/Source/WebCore
Revision
223674
Author
[email protected]
Date
2017-10-18 22:14:55 -0700 (Wed, 18 Oct 2017)

Log Message

Cherry-pick r223424. rdar://problem/34745623

Modified Paths

Diff

Modified: branches/safari-604-branch/Source/WebCore/ChangeLog (223673 => 223674)


--- branches/safari-604-branch/Source/WebCore/ChangeLog	2017-10-19 05:14:52 UTC (rev 223673)
+++ branches/safari-604-branch/Source/WebCore/ChangeLog	2017-10-19 05:14:55 UTC (rev 223674)
@@ -1,5 +1,16 @@
 2017-10-18  Jason Marcell  <[email protected]>
 
+        Cherry-pick r223424. rdar://problem/34745623
+
+    2017-10-16  Alex Christensen  <[email protected]>
+
+            Fix iOS build after r223422
+            https://bugs.webkit.org/show_bug.cgi?id=178251
+
+            * Modules/webdatabase/DatabaseManager.h:
+
+2017-10-18  Jason Marcell  <[email protected]>
+
         Cherry-pick r223423. rdar://problem/34745623
 
     2017-10-16  Maureen Daum  <[email protected]>

Modified: branches/safari-604-branch/Source/WebCore/Modules/webdatabase/DatabaseManager.h (223673 => 223674)


--- branches/safari-604-branch/Source/WebCore/Modules/webdatabase/DatabaseManager.h	2017-10-19 05:14:52 UTC (rev 223673)
+++ branches/safari-604-branch/Source/WebCore/Modules/webdatabase/DatabaseManager.h	2017-10-19 05:14:55 UTC (rev 223674)
@@ -64,7 +64,7 @@
     WEBCORE_EXPORT bool hasOpenDatabases(ScriptExecutionContext&);
     void stopDatabases(ScriptExecutionContext&, DatabaseTaskSynchronizer*);
 
-    String fullPathForDatabase(SecurityOrigin&, const String& name, bool createIfDoesNotExist = true);
+    WEBCORE_EXPORT String fullPathForDatabase(SecurityOrigin&, const String& name, bool createIfDoesNotExist = true);
 
     WEBCORE_EXPORT DatabaseDetails detailsForNameAndOrigin(const String&, SecurityOrigin&);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to