OSDN Git Service

Partly fix for bug 3410366
authorKristian Monsen <kristianm@google.com>
Wed, 2 Feb 2011 10:46:43 +0000 (10:46 +0000)
committerKristian Monsen <kristianm@google.com>
Wed, 2 Feb 2011 10:46:43 +0000 (10:46 +0000)
This should fix one of the stack traces

Change-Id: If1b6c111075c600be22e9821a368936346b4507a

WebKit/android/WebCoreSupport/WebUrlLoaderClient.cpp

index 5c54000..2028854 100644 (file)
@@ -88,6 +88,8 @@ bool WebUrlLoaderClient::isActive() const
 {
     if (m_cancelling)
         return false;
+    if (!m_resourceHandle)
+        return false;
     if (!m_resourceHandle->client())
         return false;
     if (m_finished)