Title: [159217] trunk/Source/WebKit2
- Revision
- 159217
- Author
- [email protected]
- Date
- 2013-11-13 12:03:43 -0800 (Wed, 13 Nov 2013)
Log Message
WKArrayIsMutable should not be mangled
https://bugs.webkit.org/show_bug.cgi?id=124299
Reviewed by Andreas Kling.
* Shared/API/c/WKDeprecatedFunctions.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (159216 => 159217)
--- trunk/Source/WebKit2/ChangeLog 2013-11-13 20:01:49 UTC (rev 159216)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-13 20:03:43 UTC (rev 159217)
@@ -1,5 +1,14 @@
2013-11-13 Anders Carlsson <[email protected]>
+ WKArrayIsMutable should not be mangled
+ https://bugs.webkit.org/show_bug.cgi?id=124299
+
+ Reviewed by Andreas Kling.
+
+ * Shared/API/c/WKDeprecatedFunctions.cpp:
+
+2013-11-13 Anders Carlsson <[email protected]>
+
Move provisional load state handling to FrameLoadState
https://bugs.webkit.org/show_bug.cgi?id=124291
Modified: trunk/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp (159216 => 159217)
--- trunk/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp 2013-11-13 20:01:49 UTC (rev 159216)
+++ trunk/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp 2013-11-13 20:03:43 UTC (rev 159217)
@@ -29,7 +29,9 @@
// Deprecated functions that should be removed from the framework once nobody uses them.
+extern "C" {
WK_EXPORT bool WKArrayIsMutable(WKArrayRef array);
+}
bool WKArrayIsMutable(WKArrayRef array)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes