Title: [168455] trunk/Source/WebKit2
Revision
168455
Author
simon.fra...@apple.com
Date
2014-05-07 17:48:34 -0700 (Wed, 07 May 2014)

Log Message

This assertion was wrong and fired every time. Remove it.

* WebProcess/WebPage/mac/PlatformCALayerRemote.cpp:
(WebKit::PlatformCALayerRemote::recursiveBuildTransaction):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (168454 => 168455)


--- trunk/Source/WebKit2/ChangeLog	2014-05-08 00:20:53 UTC (rev 168454)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-08 00:48:34 UTC (rev 168455)
@@ -1,3 +1,10 @@
+2014-05-07  Simon Fraser  <simon.fra...@apple.com>
+
+        This assertion was wrong and fired every time. Remove it.
+
+        * WebProcess/WebPage/mac/PlatformCALayerRemote.cpp:
+        (WebKit::PlatformCALayerRemote::recursiveBuildTransaction):
+
 2014-05-07  Enrica Casucci  <enr...@apple.com>
 
         WK2: Programatic scroll requests during scroll or zoom animation to reveal focused element are ignored.

Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemote.cpp (168454 => 168455)


--- trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemote.cpp	2014-05-08 00:20:53 UTC (rev 168454)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemote.cpp	2014-05-08 00:48:34 UTC (rev 168455)
@@ -118,7 +118,6 @@
 
 void PlatformCALayerRemote::recursiveBuildTransaction(RemoteLayerTreeTransaction& transaction)
 {
-    ASSERT(owner());
     if (m_properties.backingStore && (!owner() || !owner()->platformCALayerDrawsContent())) {
         m_properties.backingStore = nullptr;
         m_properties.notePropertiesChanged(RemoteLayerTreeTransaction::BackingStoreChanged);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to