Title: [197521] tags/Safari-602.1.21/Source/WebCore
Revision
197521
Author
[email protected]
Date
2016-03-03 15:32:16 -0800 (Thu, 03 Mar 2016)

Log Message

Roll out r197149.

Modified Paths

Diff

Modified: tags/Safari-602.1.21/Source/WebCore/ChangeLog (197520 => 197521)


--- tags/Safari-602.1.21/Source/WebCore/ChangeLog	2016-03-03 23:30:49 UTC (rev 197520)
+++ tags/Safari-602.1.21/Source/WebCore/ChangeLog	2016-03-03 23:32:16 UTC (rev 197521)
@@ -1,3 +1,7 @@
+2016-03-03  Babak Shafiei  <[email protected]>
+
+        Roll out r197149.
+
 2016-03-01  Ryosuke Niwa  <[email protected]>
 
         Unreviewed. Remove the "Partial Support" status from web components since shadow DOM and custom elements

Modified: tags/Safari-602.1.21/Source/WebCore/platform/mac/SoftLinking.h (197520 => 197521)


--- tags/Safari-602.1.21/Source/WebCore/platform/mac/SoftLinking.h	2016-03-03 23:30:49 UTC (rev 197520)
+++ tags/Safari-602.1.21/Source/WebCore/platform/mac/SoftLinking.h	2016-03-03 23:32:16 UTC (rev 197521)
@@ -174,7 +174,7 @@
     { \
         framework##Library(); \
         class##className = objc_getClass(#className); \
-        RELEASE_ASSERT(class##className); \
+        ASSERT(class##className); \
         get##className##Class = className##Function; \
         return class##className; \
     } \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to