Title: [88573] trunk/Source/WebCore
Revision
88573
Author
[email protected]
Date
2011-06-10 15:43:20 -0700 (Fri, 10 Jun 2011)

Log Message

Roll out r88568. It is not the right fix for the problem.

* loader/appcache/ApplicationCacheHost.cpp:
(WebCore::ApplicationCacheHost::isApplicationCacheEnabled):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88572 => 88573)


--- trunk/Source/WebCore/ChangeLog	2011-06-10 22:21:46 UTC (rev 88572)
+++ trunk/Source/WebCore/ChangeLog	2011-06-10 22:43:20 UTC (rev 88573)
@@ -1,3 +1,10 @@
+2011-06-10  Sam Weinig  <[email protected]>
+
+        Roll out r88568. It is not the right fix for the problem.
+
+        * loader/appcache/ApplicationCacheHost.cpp:
+        (WebCore::ApplicationCacheHost::isApplicationCacheEnabled):
+
 2011-06-10  Mark Rowe  <[email protected]>
 
         Reviewed by Dimitri Glazkov.

Modified: trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp (88572 => 88573)


--- trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp	2011-06-10 22:21:46 UTC (rev 88572)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp	2011-06-10 22:43:20 UTC (rev 88573)
@@ -459,7 +459,7 @@
 
 bool ApplicationCacheHost::isApplicationCacheEnabled()
 {
-    return m_documentLoader->frame() && m_documentLoader->frame()->settings()
+    return m_documentLoader->frame()->settings()
            && m_documentLoader->frame()->settings()->offlineWebApplicationCacheEnabled();
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to